Sphinx theme created as Vue.js SPA with responsive design support.
Based on sphinx_press_theme by schettino72.
This is beta version!
First install the theme:
py -m pip install --upgrade build
py -m build
pip install dist\sphinx_lootnika_theme-0.2.3b0-py2.py3-none-any.whl
To use the theme, set the theme name to sphinx_lootnika_theme
in your sphinx project's conf.py
:
html_theme = "sphinx_lootnika_theme"
To use without installing copy sphinx_lootnika_theme
path local.
Add path that contain sphinx_lootnika_theme
path in your sphinx project's conf.py
:
html_theme = "sphinx_lootnika_theme"
html_path = ["."]
For more information, see the Sphinx theming docs.
- Python 3.6 or later.
- Sphinx 3.x or later.
Tested on Python 3.8.7 and Sphinx 3.3.1