From 512f793cd7cc411e83481110afa1a691511fa8f2 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Fri, 9 Feb 2024 11:06:59 +0100 Subject: [PATCH] Try with material theme --- requirements.txt | 2 +- source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7beef8a9..efa8c00d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ sphinx -sphinx_glpi_theme +sphinx-material sphinx-toolbox diff --git a/source/conf.py b/source/conf.py index 5bf546e9..70b7420c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -130,7 +130,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'glpi' +html_theme = 'sphinx_material' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the