File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
# serve to show the default.
13
13
14
14
import sys , os
15
+ import sphinx_bootstrap_theme
15
16
16
17
# If extensions (or modules to document with autodoc) are in another directory,
17
18
# add these directories to sys.path here. If the directory is relative to the
91
92
92
93
# The theme to use for HTML and HTML Help pages. See the documentation for
93
94
# a list of builtin themes.
94
- html_theme = 'default '
95
+ html_theme = 'bootstrap '
95
96
96
97
# Theme options are theme-specific and customize the look and feel of a theme
97
98
# further. For a list of options available for each theme, see the
98
99
# documentation.
99
100
#html_theme_options = {}
100
101
101
102
# Add any paths that contain custom themes here, relative to this directory.
102
- # html_theme_path = []
103
+ html_theme_path = sphinx_bootstrap_theme . get_html_theme_path ()
103
104
104
105
# The name for this set of Sphinx documents. If None, it defaults to
105
106
# "<project> v<release> documentation".
You can’t perform that action at this time.
0 commit comments