This commit is contained in:
Thomas Kunze 2019-06-25 22:24:06 +02:00
parent d3618a7973
commit fd94cf7b3f

View File

@ -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'