Fix #3628: Rename sphinx_themes entry point to sphinx.html_themes

This commit is contained in:
Takeshi KOMIYA
2017-04-20 21:21:04 +09:00
parent 45887c7d62
commit 621a4e6f61
5 changed files with 78 additions and 28 deletions

View File

@@ -370,6 +370,13 @@ package.
.. versionadded:: 1.4
.. method:: Sphinx.add_html_theme(name, theme_path)
Register a HTML Theme. The *name* is a name of theme, and *path* is a
full path to the theme (refs: :ref:`distribute-your-theme`).
.. versionadded:: 1.6
.. method:: Sphinx.add_env_collector(collector)
Register an environment collector class (refs: :ref:`collector-api`)