File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1111# All configuration values have a default; values that are commented out
1212# serve to show the default.
1313import sys , os
14+ import sphinx_rtd_theme
1415
1516# If extensions (or modules to document with autodoc) are in another directory,
1617# 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. Major themes that come with
9394# Sphinx are currently 'default' and 'sphinxdoc'.
94- html_theme = 'default'
95+ # html_theme = 'default'
9596# html_theme = 'sphinxdoc'
97+ html_theme = "sphinx_rtd_theme"
9698
9799# Theme options are theme-specific and customize the look and feel of a theme
98100# further. For a list of options available for each theme, see the
99101# documentation.
100- # html_theme_options = {}
101- html_theme_options = {
102- "stickysidebar" : "true" ,
103- }
102+ html_theme_options = {}
103+ # html_theme_options = {
104+ # "stickysidebar": "true",
105+ # }
104106
105107# Add any paths that contain custom themes here, relative to this directory.
106108#html_theme_path = []
109+ html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
107110
108111# The name for this set of Sphinx documents. If None, it defaults to
109112# "<project> v<release> documentation".
Original file line number Diff line number Diff line change 1+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments