Merge pull request #998 from sajith/3631.rtd-sphinx-theme

Use `sphinx_rtd_theme` when building docs locally

Fixes ticket:3631
This commit is contained in:
Sajith Sasidharan 2021-03-20 20:16:43 -04:00 committed by GitHub
commit 62759d833c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import os
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['recommonmark']
extensions = ['recommonmark', 'sphinx_rtd_theme']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -107,7 +107,7 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the

0
newsfragments/3631.minor Normal file
View File

View File

@ -230,6 +230,7 @@ deps =
sphinx
docutils==0.12
recommonmark
sphinx_rtd_theme
# normal install is not needed for docs, and slows things down
skip_install = True
commands =