We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae63c33 commit 242eb6fCopy full SHA for 242eb6f
.readthedocs.yml
@@ -7,11 +7,12 @@ build:
7
# Install PlantUML
8
pre_install:
9
- curl -o ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar -L https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar
10
- - printf '#!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar "$@"' > ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml
+ - echo -e '#!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar "$@"' > ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml
11
- chmod +x ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml
12
13
sphinx:
14
configuration: doc/conf.py
15
+ fail_on_warning: true
16
17
python:
18
install:
0 commit comments