sphinx.html_themes
sphinx.html_themes
entry points are used by
Sphinx to register Sphinx HTML themes. If a
project defines a sphinx.html_themes
entry point named foo
that points
to modulename
, then once the project is installed, Sphinx will call
modulename.setup(app)
in order to register the theme foo
. See the
Sphinx documentation for more
information.