File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212# serve to show the default.
1313
1414import sys , os
15+ import sphinx_bootstrap_theme
1516
1617# If extensions (or modules to document with autodoc) are in another directory,
1718# add these directories to sys.path here. If the directory is relative to the
9192
9293# The theme to use for HTML and HTML Help pages. See the documentation for
9394# a list of builtin themes.
94- html_theme = 'default '
95+ html_theme = 'bootstrap '
9596
9697# Theme options are theme-specific and customize the look and feel of a theme
9798# further. For a list of options available for each theme, see the
9899# documentation.
99100#html_theme_options = {}
100101
101102# 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 ()
103104
104105# The name for this set of Sphinx documents. If None, it defaults to
105106# "<project> v<release> documentation".
You can’t perform that action at this time.
0 commit comments