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 11
11
# All configuration values have a default; values that are commented out
12
12
# serve to show the default.
13
13
import sys , os
14
+ import sphinx_rtd_theme
14
15
15
16
# If extensions (or modules to document with autodoc) are in another directory,
16
17
# 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. Major themes that come with
93
94
# Sphinx are currently 'default' and 'sphinxdoc'.
94
- html_theme = 'default'
95
+ # html_theme = 'default'
95
96
# html_theme = 'sphinxdoc'
97
+ html_theme = "sphinx_rtd_theme"
96
98
97
99
# Theme options are theme-specific and customize the look and feel of a theme
98
100
# further. For a list of options available for each theme, see the
99
101
# 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
+ # }
104
106
105
107
# Add any paths that contain custom themes here, relative to this directory.
106
108
#html_theme_path = []
109
+ html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
107
110
108
111
# The name for this set of Sphinx documents. If None, it defaults to
109
112
# "<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