summaryrefslogtreecommitdiff
path: root/doc/extdev/appapi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extdev/appapi.rst')
-rw-r--r--doc/extdev/appapi.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst
index 50b2af0f8..151bb2ed9 100644
--- a/doc/extdev/appapi.rst
+++ b/doc/extdev/appapi.rst
@@ -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`)