diff --git a/doc/conf.py b/doc/conf.py
index 71cae6e3e34769b82e17539fc62c598827f4ce2f..1972886275552565d179a096258200c2cb9c6e3b 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 1088516f820e07ea09eef446ea53e00e883ab0fb..25f26c6244c9c8c679e05669e463079aa0b0c373 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
 ==================