A Sphinx extension that builds copies of your docs using multiple themes into separate subdirectories.
Project description
sphinx-multi-theme
A Sphinx extension that builds copies of your docs using multiple themes into separate subdirectories.
📖 See the documentation at https://sphinx-multi-theme.readthedocs.io
Install
Requires Python 3.6 or greater and Sphinx 4.0 or greater. Not supported on Windows.
pip install sphinx-multi-theme
Example
# conf.py
from sphinx_multi_theme.theme import MultiTheme, Theme
extensions = [
"sphinx_multi_theme.multi_theme",
]
html_theme = MultiTheme(
[
Theme("sphinx_rtd_theme", "Read the Docs"),
Theme("alabaster", "Alabaster"),
Theme("classic", "Classic"),
]
)
===============
An RST Document
===============
.. multi-theme-toctree::
:caption: Example Themes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sphinx-multi-theme-1.0.0.tar.gz
(10.5 kB
view hashes)
Built Distribution
Close
Hashes for sphinx_multi_theme-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cb424ff4c7b1af84259a356461fa9bd186cbb2c6e051ef4ce4656927a108686 |
|
MD5 | ec012ef1fd2db7f4c89c28b6202be036 |
|
BLAKE2b-256 | 8e72113f8ea93ee47bdd3a6e5d5b08c20e21c08ffb54d526d80bfc6c648cb70d |