mirror of
https://github.com/thelsing/knx.git
synced 2026-05-01 23:07:33 +02:00
Update conf.py
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user