mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
Generate rst files in src directory
This commit is contained in:
parent
86a6d1059c
commit
57253a9f84
@ -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 New Issue
Block a user