Generate rst files in src directory

This commit is contained in:
Kamil Breguła 2021-04-07 00:46:00 +02:00 committed by Ashley Whetter
parent 86a6d1059c
commit 57253a9f84

View File

@ -105,7 +105,7 @@ def run_autoapi(app): # pylint: disable=too-many-branches
)
normalized_root = os.path.normpath(
os.path.join(app.confdir, app.config.autoapi_root)
os.path.join(app.srcdir, app.config.autoapi_root)
)
url_root = os.path.join("/", app.config.autoapi_root)