Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/conf.py
@@ -29,7 +29,7 @@
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 ------------------------------------------------