mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
.
This commit is contained in:
parent
49f3a1a501
commit
130d3bbba0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user