Skip to content
Snippets Groups Projects
Commit 268bffcc authored by Ian Bell's avatar Ian Bell
Browse files

Generate API in the right place

parent 1988c067
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ for path, dirs, files in os.walk('.'):
### -- Auto-generate API documentation -----------------------------------------
here = os.path.dirname(__file__)
subprocess.check_output(f'sphinx-apidoc -e -f -o source/api {os.path.dirname(teqp.__file__)}', shell=True, cwd=here)
subprocess.check_output(f'sphinx-apidoc -e -f -o api {os.path.dirname(teqp.__file__)}', shell=True, cwd=here)
# -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment