mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-02 09:29:37 -05:00
DOC: modules are only available when recursive is on
See https://github.com/sphinx-doc/sphinx/blob/7ecf6b88aa5ddaed552527d2ef60f1bd35e98ddc/sphinx/ext/autosummary/generate.py#L314-L315
This commit is contained in:
@@ -304,7 +304,7 @@ The following variables available in the templates:
|
||||
.. data:: modules
|
||||
|
||||
List containing names of "public" modules in the package. Only available for
|
||||
modules that are packages.
|
||||
modules that are packages and the ``recursive`` option is on.
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user