This commit is contained in:
Thomas Kunze 2019-06-27 00:44:50 +02:00
parent 49f3a1a501
commit 130d3bbba0

View File

@ -26,7 +26,7 @@ import subprocess, os
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
subprocess.call('cd ..; wget https://sourceforge.net/projects/plantuml/files/plantuml.jar', shell=True)
subprocess.call('wget https://sourceforge.net/projects/plantuml/files/plantuml.jar', shell=True)
subprocess.call('doxygen', shell=True)
subprocess.call('mv ./doxyoutput/html/index.html ./doxyoutput/html/index_doxygen.html', shell=True)