A Sphinx-doc theme based on Vuepress
Project description
sphinx_press_theme
Please help me keep this project alive
A modern responsive theme for python's Sphinx documentation generator.
See it in action on Press Theme own website
This theme is based on VuePress. It uses Vue.js & Stylus managed by vite.
Press theme is still in BETA. Contributions are welcome.
Install
First install the theme:
$ pip install sphinx_press_theme
Sphinx version compatibility
Sphinx | Press Theme |
---|---|
4.X | 0.7.2 |
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.
Development
First build web assets:
cd ui
yarn build
Sphinx theme has a soft link to built assets...
Install theme locally with pip install -e .
.
docs
folder contains theme's own documentantion.
cd docs
make clean html
Release
Set version on:
- setup.py
- sphinx_press_theme/init.py
- sphinx_press_theme/theme.conf
- README.md
- docs/source/conf.py
- docs/source/about.rst
Website
To update website:
cd ../press_site
rsync -rvi ../sphinx_press_theme/docs/build/html/ .
git add --all
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
Built Distribution
Hashes for sphinx_press_theme-0.7.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a48e5de616e3643178fb86eff8232f18e729561e63e04b8fcadba8d5d38ae10 |
|
MD5 | 7dafcc69bd546e2211fcf5e828e84688 |
|
BLAKE2b-256 | 2d540890692e89fecf93d4fb62049129732caa717a0cf1c4c8aaace9acf6025a |