File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 39
39
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
40
40
# ones.
41
41
extensions = [
42
- 'sphinx.ext.autodoc' ,
43
- 'sphinx.ext.viewcode' ,
44
- 'sphinx.ext.todo' ,
45
- 'sphinx.ext.napoleon' ,
46
- 'sphinx.ext.coverage' ,
42
+ 'sphinx.ext.autodoc' ,
43
+ 'sphinx.ext.viewcode' ,
44
+ 'sphinx.ext.todo' ,
45
+ 'sphinx.ext.napoleon' ,
46
+ 'sphinx.ext.coverage' ,
47
47
]
48
48
49
49
# Add any paths that contain templates here, relative to this directory.
79
79
# The theme to use for HTML and HTML Help pages. See the documentation for
80
80
# a list of builtin themes.
81
81
#
82
- html_theme = 'alabaster '
82
+ html_theme = 'sphinx_rtd_theme '
83
83
84
84
html_theme_options = {
85
- 'fixed_sidebar' : True ,
86
- 'page_width' : '1140px' ,
87
- 'show_related' : True ,
88
- 'show_powered_by' : False
85
+ 'fixed_sidebar' : True ,
86
+ 'page_width' : '1140px' ,
87
+ 'show_related' : True ,
88
+ 'show_powered_by' : False
89
89
}
90
90
91
91
# Theme options are theme-specific and customize the look and feel of a theme
Original file line number Diff line number Diff line change
1
+ sphinx_rtd_theme == 2.0.0
You can’t perform that action at this time.
0 commit comments