test breathe

This commit is contained in:
Thomas Kunze 2019-06-25 22:18:19 +02:00
parent 08bddd588b
commit d3618a7973
3 changed files with 4 additions and 2 deletions

View File

@ -1968,7 +1968,7 @@ MAN_LINKS = NO
# captures the structure of the code including all documentation.
# The default value is: NO.
GENERATE_XML = NO
GENERATE_XML = YES
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

1
doc/requirements.txt Normal file
View File

@ -0,0 +1 @@
breathe

View File

@ -4,4 +4,5 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
subprocess.call('cd .. ; doxygen', shell=True)
html_extra_path = ['../build/html']
breathe_projects['knx'] = '../build/xml'
# html_extra_path = ['../build/html']