Skip to content

Commit 242eb6f

Browse files
committed
echo
1 parent ae63c33 commit 242eb6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ build:
77
# Install PlantUML
88
pre_install:
99
- 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
10+
- echo -e '#!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar "$@"' > ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml
1111
- chmod +x ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml
1212

1313
sphinx:
1414
configuration: doc/conf.py
15+
fail_on_warning: true
1516

1617
python:
1718
install:

0 commit comments

Comments
 (0)