From d8d2a0db1d743de079d657bc82518a574be2a555 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Thu, 7 Jul 2022 16:49:04 -0400 Subject: [PATCH] Another try to pull in api --- doc/source/conf.py | 2 +- doc/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 950ffaa..cfeba09 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 api {os.path.dirname(teqp.__file__)}', shell=True, cwd=here) +subprocess.check_output(f'sphinx-apidoc -f -o api {os.path.dirname(teqp.__file__)}', shell=True, cwd=here) # -- General configuration --------------------------------------------------- diff --git a/doc/source/index.rst b/doc/source/index.rst index 110e259..c537fab 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -9,7 +9,7 @@ Welcome to teqp's documentation! models/index derivs/index algorithms/index - api + api/modules Indices and tables ================== -- GitLab