mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-17 21:25:35 +00:00
doc: Add autoapi_python_use_implicit_namespaces config value description
+
This commit is contained in:
parent
5f085ca47f
commit
a836795d17
@ -135,6 +135,13 @@ Customisation Options
|
||||
docstring is empty and the class defines a ``__new__`` with a docstring,
|
||||
the ``__new__`` docstring is used instead of the ``__init__`` docstring.
|
||||
|
||||
.. confval:: autoapi_python_use_implicit_namespaces
|
||||
|
||||
Default: ``False``
|
||||
|
||||
Wether to consider all directories as root of namespace.
|
||||
This changes the package detection behaviour to be compatible with PEP420.
|
||||
|
||||
Events
|
||||
~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user