mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +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'
|
||||
|
||||
breathe_projects = {}
|
||||
|
||||
if read_the_docs_build:
|
||||
subprocess.call('cd .. ; doxygen', shell=True)
|
||||
breathe_projects['knx'] = '../build/xml'
|
||||
|
Loading…
Reference in New Issue
Block a user