Skip to content

glpi-project/sphinx_glpi_theme

Repository files navigation

GLPI Sphinx Theme

GLPI Sphinx theme based on readthedocs.org one.

Download the package or add it to your requirements.txt file:

pip install sphinx_glpi_theme

In your conf.py file:

import sphinx_glpi_theme

html_theme = "glpi"

html_theme_path = sphinx_glpi_theme.get_html_themes_path()

Symlink or subtree the sphinx_glpi_theme/glpi repository into your documentation at docs/_themes/sphinx_glpi_theme then add the following two settings to your Sphinx conf.py file:

html_theme = "sphinx_glpi_theme"
html_theme_path = ["_themes", ]