File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
sphinx
2
- sphinx_glpi_theme
2
+ sphinx-material
3
3
sphinx-toolbox
Original file line number Diff line number Diff line change 13
13
# serve to show the default.
14
14
15
15
import datetime
16
- import sphinx_glpi_theme
16
+ # import sphinx_glpi_theme
17
17
18
18
# If extensions (or modules to document with autodoc) are in another directory,
19
19
# add these directories to sys.path here. If the directory is relative to the
130
130
# The theme to use for HTML and HTML Help pages. See the documentation for
131
131
# a list of builtin themes.
132
132
#
133
- html_theme = 'glpi '
133
+ html_theme = 'sphinx_material '
134
134
135
135
# Theme options are theme-specific and customize the look and feel of a theme
136
136
# further. For a list of options available for each theme, see the
140
140
141
141
# Add any paths that contain custom themes here, relative to this directory.
142
142
# 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()
144
144
145
145
# The name for this set of Sphinx documents.
146
146
# "<project> v<release> documentation" by default.
You can’t perform that action at this time.
0 commit comments