mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
test breathe
This commit is contained in:
parent
08bddd588b
commit
d3618a7973
@ -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
1
doc/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
breathe
|
@ -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']
|
Loading…
Reference in New Issue
Block a user