Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

57 lines (32 loc) · 1.26 KB

Lootnika Sphinx Theme

Sphinx theme created as Vue.js SPA with responsive design support.

Based on sphinx_press_theme by schettino72.

This is beta version!

Usage

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.

Using

Requirement

  • Python 3.6 or later.
  • Sphinx 3.x or later.

Tested on Python 3.8.7 and Sphinx 3.3.1