Skip to content

Commit e77fdca

Browse files
committed
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>
1 parent 8707ff2 commit e77fdca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
# The theme to use for HTML and HTML Help pages. See the documentation for
100100
# a list of builtin themes.
101-
html_theme = 'default'
101+
html_theme = 'sphinx_rtd_theme'
102102

103103
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
104104
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

0 commit comments

Comments
 (0)