sphinx_rtd_theme_http
provides customisations on top of
sphinx_rtd_theme
to make it easier to view and navigate documentation written with the
Sphinx HTTP domain.
The following steps will walk through how to add sphinx_rtd_theme_http
to an existing Sphinx project.
For instructions on how to set up a Sphinx project, see Sphinx's documentation on Getting Started.
The package can be installed though pip:
pip install sphinx_rtd_theme_http
Next, add sphinx_rtd_theme_http
to the list of extensions in your
Sphinx project's conf.py
.
extensions.append('sphinx_rtd_theme_http')
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the BSD-3-Clause license. See the LICENSE.rst file for details.