mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix package name.
This commit is contained in:
parent
8c055e8004
commit
13043771f4
@ -45,7 +45,7 @@ General configuration
|
|||||||
.. confval:: extensions
|
.. confval:: extensions
|
||||||
|
|
||||||
A list of strings that are module names of Sphinx extensions. These can be
|
A list of strings that are module names of Sphinx extensions. These can be
|
||||||
extensions coming with Sphinx (named ``sphinx.addons.*``) or custom ones.
|
extensions coming with Sphinx (named ``sphinx.ext.*``) or custom ones.
|
||||||
|
|
||||||
Note that you can extend :data:`sys.path` within the conf file if your
|
Note that you can extend :data:`sys.path` within the conf file if your
|
||||||
extensions live in another directory -- but make sure you use absolute paths.
|
extensions live in another directory -- but make sure you use absolute paths.
|
||||||
|
Loading…
Reference in New Issue
Block a user