Getting Started¶
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 vite.
Install¶
First install the theme:
$ pip install sphinx_press_theme
Sphinx version compatibility:
Sphinx |
Press Theme |
---|---|
4.X |
latest |
3.X |
0.6.1 |
2.X |
0.5.1 |
Usage¶
On Sphinx project’s conf.py
: set the theme name to press
.
html_theme = "press"
See details on configuration.
Status¶
Press theme is still in BETA.
Contributions are welcome.