About

This is a fork of the original sphinx_press_theme by schettino72, which is a modern and responsive theme for python’s Sphinx documentation generator.

The theme is based on VuePress and uses Vue.js + Stylus with webpack.

For more information, see the Sphinx theming docs.

Usage

First install the theme:

$ pip install romnn_sphinx_press_theme

To use the theme, set the theme name to press in your sphinx project’s conf.py:

html_theme = "press"

See details on Sphinx theming docs.

Status

The theme is still in BETA.

Contributions are welcome.