Skip to main content

GLPI theme for Sphinx

Project description

GLPI Sphinx theme based on readthedocs.org one.

Installation

Via package

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()]

Via git or download

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", ]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_glpi_theme-0.3.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

sphinx_glpi_theme-0.3-py2.py3-none-any.whl (1.5 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page