From 4f57e5e614bdd1cd9a93f16c35e2d3f0b6bff93c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 1 Dec 2020 18:39:55 -0600
Subject: [PATCH] Switch to furo doc theme

---
 doc/conf.py   | 19 +++++--------------
 doc/index.rst |  2 ++
 2 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 71cae6e..1972886 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -90,24 +90,15 @@ todo_include_todos = False
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = "alabaster"
+html_theme = "furo"
 
 html_theme_options = {
-        "extra_nav_links": {
-            "🚀 Github": "https://github.com/inducer/pytools",
-            "💾 Download Releases": "https://pypi.python.org/pypi/pytools",
-            }
+        #"extra_nav_links": {
+        #    "🚀 Github": "https://github.com/inducer/pytools",
+        #    "💾 Download Releases": "https://pypi.python.org/pypi/pytools",
+        #    }
         }
 
-html_sidebars = {
-    "**": [
-        "about.html",
-        "navigation.html",
-        "relations.html",
-        "searchbox.html",
-    ]
-}
-
 # 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
 # documentation.
diff --git a/doc/index.rst b/doc/index.rst
index 1088516..25f26c6 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -12,6 +12,8 @@ Welcome to pytools's documentation!
     tag
     codegen
     misc
+    🚀 Github <https://github.com/inducer/pytools>
+    💾 Download Releases <https://pypi.python.org/pypi/pytools>
 
 Indices and tables
 ==================
-- 
GitLab