Switch the theme used when building our HTML documents to the Read The Docs theme (rtd)
This is more consistent with the look of our online documentation. Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
8707ff2dba
commit
e77fdcabfe
@ -98,7 +98,7 @@ pygments_style = 'sphinx'
|
||||
|
||||
# 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'
|
||||
|
||||
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user