mirror of
https://github.com/thelsing/knx.git
synced 2024-12-29 00:05:42 +01:00
.
This commit is contained in:
parent
d3618a7973
commit
fd94cf7b3f
@ -2,6 +2,8 @@ import subprocess, os
|
|||||||
|
|
||||||
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
|
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
|
|
||||||
|
breathe_projects = {}
|
||||||
|
|
||||||
if read_the_docs_build:
|
if read_the_docs_build:
|
||||||
subprocess.call('cd .. ; doxygen', shell=True)
|
subprocess.call('cd .. ; doxygen', shell=True)
|
||||||
breathe_projects['knx'] = '../build/xml'
|
breathe_projects['knx'] = '../build/xml'
|
||||||
|
Loading…
Reference in New Issue
Block a user