Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sphinx-glpi-theme

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sphinx-glpi-theme

GLPI theme for Sphinx

  • 0.6
  • PyPI
  • Socket score

Maintainers
1

.. _readthedocs.org: http://www.readthedocs.org


GLPI Sphinx Theme


.. contents::

GLPI Sphinx theme based on readthedocs.org_ one.

Installation

Via package

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

.. code:: bash

pip install sphinx_glpi_theme

In your conf.py file:

.. code:: python

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:

.. code:: python

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc