Skip to content

Commit 10def02

Browse files
committed
Try to use the default theme of RTD
1 parent e17b082 commit 10def02

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
sys.path.append(os.path.join(HERE, '..'))
2323

2424
import tagging
25-
import sphinx_rtd_theme
2625

27-
html_theme = "sphinx_rtd_theme"
28-
29-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
3026
# -- General configuration ------------------------------------------------
3127

3228
# If your documentation needs a minimal Sphinx version, state it here.
@@ -121,7 +117,7 @@
121117

122118
# The theme to use for HTML and HTML Help pages. See the documentation for
123119
# a list of builtin themes.
124-
#html_theme = 'default'
120+
html_theme = 'default'
125121

126122
# Theme options are theme-specific and customize the look and feel of a theme
127123
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)