mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
.
This commit is contained in:
parent
0e772d9f74
commit
1b6763a5cf
@ -2443,7 +2443,7 @@ DIAFILE_DIRS =
|
||||
# generate a warning when it encounters a \startuml command in this case and
|
||||
# will not generate output for the diagram.
|
||||
|
||||
PLANTUML_JAR_PATH = /usr/share/plantuml
|
||||
PLANTUML_JAR_PATH = .
|
||||
|
||||
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
|
||||
# configuration file for plantuml.
|
||||
|
@ -5,7 +5,7 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
breathe_projects = {}
|
||||
|
||||
if read_the_docs_build:
|
||||
subprocess.call('cd /usr/share/plantuml; sudo rm plantuml.jar; wget sudo wget https://sourceforge.net/projects/plantuml/files/plantuml.jar', shell=True)
|
||||
subprocess.call('cd ..; wget https://sourceforge.net/projects/plantuml/files/plantuml.jar', shell=True)
|
||||
subprocess.call('cd .. ; doxygen', shell=True)
|
||||
breathe_projects['knx'] = '../build/xml'
|
||||
html_extra_path = ['../build/html']
|
||||
|
Loading…
Reference in New Issue
Block a user