Skip to content

Commit 5b534fa

Browse files
committed
Try with material theme
1 parent 65ab546 commit 5b534fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx
2-
sphinx_glpi_theme
2+
sphinx-material
33
sphinx-toolbox

source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# serve to show the default.
1414

1515
import datetime
16-
import sphinx_glpi_theme
16+
#import sphinx_glpi_theme
1717

1818
# If extensions (or modules to document with autodoc) are in another directory,
1919
# add these directories to sys.path here. If the directory is relative to the
@@ -130,7 +130,7 @@
130130
# The theme to use for HTML and HTML Help pages. See the documentation for
131131
# a list of builtin themes.
132132
#
133-
html_theme = 'glpi'
133+
html_theme = 'sphinx_material'
134134

135135
# Theme options are theme-specific and customize the look and feel of a theme
136136
# further. For a list of options available for each theme, see the
@@ -140,7 +140,7 @@
140140

141141
# Add any paths that contain custom themes here, relative to this directory.
142142
# html_theme_path = []
143-
html_theme_path = sphinx_glpi_theme.get_html_themes_path()
143+
#html_theme_path = sphinx_glpi_theme.get_html_themes_path()
144144

145145
# The name for this set of Sphinx documents.
146146
# "<project> v<release> documentation" by default.

0 commit comments

Comments
 (0)