Fix package name.

This commit is contained in:
Georg Brandl 2008-12-06 23:26:40 +01:00
parent 8c055e8004
commit 13043771f4

View File

@ -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.