From 37e076b3caddc624c1548d3f87978a68d10bdafb Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Wed, 28 Apr 2021 17:41:45 +0100 Subject: [PATCH] Switch the theme to 'furo' --- conf.py | 14 ++------------ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/conf.py b/conf.py index 407109588e..99cc75f3b0 100644 --- a/conf.py +++ b/conf.py @@ -93,11 +93,8 @@ # -- Options for HTML output --------------------------------------------------- # Use the upstream python-docs-theme -html_theme = 'python_docs_theme' -html_theme_options = { - 'collapsiblesidebar': True, - 'issues_url': 'https://github.com/python/devguide/issues/new', -} +html_theme = 'furo' +html_theme_options = {} # The name for this set of Sphinx documents. If None, it defaults to @@ -107,13 +104,6 @@ # Path to find HTML templates. templates_path = ['tools/templates'] -# Custom sidebar templates, filenames relative to this file. -html_sidebars = { - # Defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars - # Removes the quick search block - '**': ['localtoc.html', 'globaltoc.html', 'relations.html', 'customsourcelink.html'], -} - # Additional static files. html_static_path = ['tools/static'] diff --git a/requirements.txt b/requirements.txt index 2a84c8173d..de8fca92b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Sphinx -python-docs-theme +furo