Skip to main content

OpenWISP documentation sphinx theme

Project description

A Sphinx theme for OpenWISP docs, based on the Read The Docs default theme (sphinx_rtd_theme).

Live demo: https://openwisp-sphinx-theme.readthedocs.io/en/latest/

https://user-images.githubusercontent.com/56113566/221259494-d7f5ecb9-8ed2-4187-a3dc-8ae51ed1d324.png

Installation

This theme is distributed on PyPI as openwisp-sphinx-theme and can be installed with pip:

$ python3 -m pip install openwisp-sphinx-theme

To use the theme in your Sphinx project, you will need to add the following to your conf.py file:

# add this extension
extensions = [...,
'openwisp.sphinx.theme',
...
]
html_theme = "openwisp-sphinx-theme"

Development

python3 -m pip install -e .
make clean # Not always needed, but better to be cautious
make html
open build/html/index.html

Need help?

  • If any help regarding installing and using sphinx and reStructured Text is required then please visit this link.

  • Feel free to post any doubt or comment through our support channels.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openwisp-sphinx-theme-1.0.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

openwisp_sphinx_theme-1.0.0-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page