@@ -169,7 +169,7 @@ def __setattr__(self, name, value):
169
169
170
170
# The theme to use for HTML and HTML Help pages. See the documentation for
171
171
# a list of builtin themes.
172
- html_theme = 'default '
172
+ html_theme = 'sphinx_rtd_theme '
173
173
174
174
# Theme options are theme-specific and customize the look and feel of a theme
175
175
# further. For a list of options available for each theme, see the
@@ -265,8 +265,8 @@ def __setattr__(self, name, value):
265
265
u'2016, Gallopsled et al.' , 'manual' ),
266
266
]
267
267
268
- intersphinx_mapping = {'python' : ('https://docs.python.org/3.8 ' , None ),
269
- 'paramiko' : ('https://paramiko- docs.readthedocs .org/en/2.1/' , None )}
268
+ intersphinx_mapping = {'python' : ('https://docs.python.org/3/ ' , None ),
269
+ 'paramiko' : ('https://docs.paramiko .org/en/2.1/' , None )}
270
270
271
271
# The name of an image file (relative to this directory) to place at the top of
272
272
# the title page.
@@ -382,8 +382,6 @@ def linkcode_resolve(domain, info):
382
382
html_theme_path = [alabaster .get_path ()]
383
383
html_theme_options = { 'nosidebar' : True }
384
384
385
- # otherwise, readthedocs.org uses their theme by default, so no need to specify it
386
-
387
385
388
386
# -- Customization to Sphinx autodoc generation --------------------------------------------
389
387
import sphinx .ext .autodoc
0 commit comments