About¶
Sphinx Press is a modern responsive theme for python’s Sphinx docs.
This theme is based on VuePress. It uses Vue.js & Stylus managed by webpack (through vue-cli).
Usage¶
First install the theme:
$ pip install sphinx_press_theme
On Sphinx project’s conf.py: set the theme name to press.
html_theme = "press"
See details on Sphinx theming docs.