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 18413a9 commit 6d90d79Copy full SHA for 6d90d79
.readthedocs.yml
@@ -9,7 +9,7 @@ build:
9
# Install PlantUML
10
pre_install:
11
- curl -o ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar -L https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar
12
- - bash -c 'echo -e "#!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar \"\$@\"" > ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml'
+ - bash -c "echo -e '#!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml.jar \"\$@\"' > ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml"
13
- chmod +x ${READTHEDOCS_VIRTUALENV_PATH}/bin/plantuml
14
15
sphinx:
0 commit comments