add more doc options

This commit is contained in:
Thomas Kunze
2019-06-26 22:19:12 +02:00
parent 3193b15aab
commit ec52bde6f0
6 changed files with 718 additions and 1 deletions

View File

@@ -5,6 +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')
subprocess.call('cd .. ; doxygen', shell=True)
breathe_projects['knx'] = '../build/xml'
html_extra_path = ['../build/html']