From 1ef43e7c95dca6471d77ff4b80bbcda35a52d1af Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 25 Feb 2022 11:01:45 -0600 Subject: [PATCH] Explicitly specify Read the Docs Sphinx Theme for documentation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8e46a21..b22238f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -127,7 +127,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -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 -- 2.25.1