mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4356 from stephenfin/bug/2250
doc: Add missing sphinx-apidocs opt, envvar
This commit is contained in:
commit
8c542e1222
@ -91,7 +91,7 @@ Options
|
|||||||
|
|
||||||
Interpret paths recursively according to PEP-0420.
|
Interpret paths recursively according to PEP-0420.
|
||||||
|
|
||||||
.. option:: -M
|
.. option:: -M, --module-first
|
||||||
|
|
||||||
Put module documentation before submodule documentation.
|
Put module documentation before submodule documentation.
|
||||||
|
|
||||||
@ -118,6 +118,14 @@ These options are used when :option:`--full` is specified:
|
|||||||
|
|
||||||
Sets the project release to put in generated files (see :confval:`release`).
|
Sets the project release to put in generated files (see :confval:`release`).
|
||||||
|
|
||||||
|
Environment
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. envvar:: SPHINX_APIDOC_OPTIONS
|
||||||
|
|
||||||
|
A comma-separated list of option to append to generated ``automodule``
|
||||||
|
directives. Defaults to ``members,undoc-members,show-inheritance``.
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user