Skip to content

Commit

Permalink
docs: fix RTD build (#445)
Browse files Browse the repository at this point in the history
broken build on master:
https://readthedocs.org/projects/cyclonedx-php-library/builds/24689975/

fixed build from this PR/branch:
https://readthedocs.org/projects/cyclonedx-php-library/builds/24689978/
fixed build res:
https://cyclonedx-php-library.readthedocs.io/en/docs-fix-rtd-build/


reason: phpdocumentor changed it's CLI - the removed the `run` command
without notice

Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck authored Jun 13, 2024
1 parent 58777f5 commit 8bdd4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ build:
- plantuml
jobs:
pre_build:
- wget https://phpdoc.org/phpDocumentor.phar -O /tmp/phpDocumentor.phar
- php /tmp/phpDocumentor.phar run
- wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.0/phpDocumentor.phar -O /tmp/phpDocumentor.phar
- php /tmp/phpDocumentor.phar

sphinx:
configuration: docs/conf.py

0 comments on commit 8bdd4e8

Please sign in to comment.