From: Stefano Rivera <stefanor@debian.org>
Date: Fri, 5 Nov 2021 16:57:54 -0700
Subject: Revert back to the readthedocs.org Sphinx theme

furo is not packaged for Debian, yet.

Forwarded: not-needed
---
 docs/conf.py   | 2 +-
 docs/index.rst | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 2b401a3..1fbbd65 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -101,7 +101,7 @@ exclude_patterns = ["_build"]
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = "furo"
+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
diff --git a/docs/index.rst b/docs/index.rst
index ead6d7d..a2c1c11 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -22,6 +22,9 @@ Twine is a utility for `publishing`_ Python packages to `PyPI`_ and other
 binary `distribution artifacts <distributions_>`_ for both new and existing
 `projects`_.
 
+.. contents:: Table of Contents
+    :local:
+
 Why Should I Use This?
 ----------------------
 
