mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '2.0' into refactor_citations
This commit is contained in:
@@ -149,6 +149,16 @@ also use these config values:
|
||||
:confval:`autodoc_mock_imports` for more details. It defaults to
|
||||
:confval:`autodoc_mock_imports`.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
.. confval:: autosummary_imported_members
|
||||
|
||||
A boolean flag indicating whether to document classes and functions imported
|
||||
in modules. Default is ``False``
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
|
||||
Customizing templates
|
||||
---------------------
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
|
||||
This extension is quite simple, and features only one directive:
|
||||
|
||||
.. warning::
|
||||
|
||||
This directive is designed to control only content of document. It could
|
||||
not control sections, labels and so on.
|
||||
|
||||
.. rst:directive:: ifconfig
|
||||
|
||||
Include content of the directive only if the Python expression given as an
|
||||
|
||||
Reference in New Issue
Block a user