Skip to content

kplabs-pl/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", ]

About

GLPI theme for Sphinx

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 65.5%
  • JavaScript 25.8%
  • Python 7.6%
  • CSS 1.1%