From 268bffcc925b5aef3cc5e7e8e75d9f466731ac63 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 7 Jul 2022 16:27:04 -0400
Subject: [PATCH] Generate API in the right place

---
 doc/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 5d54db8..950ffaa 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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 ---------------------------------------------------
 
-- 
GitLab