Generate rst files in src directory
This commit is contained in:
parent
86a6d1059c
commit
57253a9f84
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue