From: Harmon Date: Fri, 25 Feb 2022 17:01:45 +0000 (-0600) Subject: Explicitly specify Read the Docs Sphinx Theme for documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1ef43e7c95dca6471d77ff4b80bbcda35a52d1af;p=tweepy.git Explicitly specify Read the Docs Sphinx Theme for documentation --- 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