mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Update conf.py
This commit is contained in:
parent
cf09bcd128
commit
43ed529115
@ -26,7 +26,7 @@ import subprocess, os
|
|||||||
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
|
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
|
|
||||||
if read_the_docs_build:
|
if read_the_docs_build:
|
||||||
subprocess.call('wget https://sourceforge.net/projects/plantuml/files/plantuml.jar', shell=True)
|
subprocess.call('wget -O plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2023.10/plantuml-1.2023.10.jar', shell=True)
|
||||||
|
|
||||||
subprocess.call('doxygen', shell=True)
|
subprocess.call('doxygen', shell=True)
|
||||||
subprocess.call('mv ./doxyoutput/html/index.html ./doxyoutput/html/index_doxygen.html', shell=True)
|
subprocess.call('mv ./doxyoutput/html/index.html ./doxyoutput/html/index_doxygen.html', shell=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user