mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Fix description for viewcode_follow_imported_members
This commit is contained in:
parent
ddb684bbc0
commit
5b2befe97d
@ -41,10 +41,9 @@ Configuration
|
||||
|
||||
.. confval:: viewcode_follow_imported_members
|
||||
|
||||
If this is ``True``, viewcode extension will follow alias objects that
|
||||
imported from another module such as functions, classes and attributes. As
|
||||
side effects, this option else they produce nothing. The default is
|
||||
``True``.
|
||||
If this is ``True``, viewcode extension will emit
|
||||
:event:`viewcode-follow-imported` event to resolve the name of the module
|
||||
by other extensions. The default is ``True``.
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user