We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17b082 commit 10def02Copy full SHA for 10def02
docs/conf.py
@@ -22,11 +22,7 @@
22
sys.path.append(os.path.join(HERE, '..'))
23
24
import tagging
25
-import sphinx_rtd_theme
26
27
-html_theme = "sphinx_rtd_theme"
28
-
29
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
30
# -- General configuration ------------------------------------------------
31
32
# If your documentation needs a minimal Sphinx version, state it here.
@@ -121,7 +117,7 @@
121
117
122
118
# The theme to use for HTML and HTML Help pages. See the documentation for
123
119
# a list of builtin themes.
124
-#html_theme = 'default'
120
+html_theme = 'default'
125
126
# Theme options are theme-specific and customize the look and feel of a theme
127
# further. For a list of options available for each theme, see the
0 commit comments