diff options
Diffstat (limited to 'doc/man/sphinx-autogen.rst')
| -rw-r--r-- | doc/man/sphinx-autogen.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man/sphinx-autogen.rst b/doc/man/sphinx-autogen.rst index 18ae8d1e9..cad22bf22 100644 --- a/doc/man/sphinx-autogen.rst +++ b/doc/man/sphinx-autogen.rst @@ -39,6 +39,10 @@ Options Document imported members. +.. option:: -a, --respect-module-all + + Document exactly the members in a module's ``__all__`` attribute. + Example ------- @@ -71,7 +75,7 @@ and assuming ``docs/index.rst`` contained the following: If you run the following: -.. code-block:: bash +.. code-block:: console $ PYTHONPATH=. sphinx-autogen docs/index.rst |
