Skip to content

Commit 5c1d6f1

Browse files
committed
Setting theme to default for RTD build
1 parent c90170b commit 5c1d6f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@
9797

9898

9999
# -- Options for HTML output ----------------------------------------------
100-
import sphinx_rtd_theme
101-
html_theme = "sphinx_rtd_theme"
102-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
100+
#import sphinx_rtd_theme
101+
#html_theme = "sphinx_rtd_theme"
102+
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
103103

104104
# The theme to use for HTML and HTML Help pages. See the documentation for
105105
# a list of builtin themes.
106-
#html_theme = 'default'
106+
html_theme = 'default'
107107

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

0 commit comments

Comments
 (0)