Fix building the docs on Read The Docs

This commit is contained in:
Oliver Hamlet
2016-09-19 19:23:13 +01:00
parent 4cbc592faa
commit bc9f370917
+1 -1
View File
@@ -29,7 +29,7 @@ if read_the_docs_build:
if not os.path.exists(output_directory):
os.makedirs(output_directory)
subprocess.call('doxygen', shell=True, cwd='./api')
subprocess.call('doxygen', shell=True, cwd='..')
# -- General configuration ------------------------------------------------