diff --git a/docs/source/conf.py b/docs/source/conf.py
index fd0867a6..0c5312ea 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -121,6 +121,7 @@
     "display_github": True,
     "source_suffix": ".rst",
     "doc_path": "docs/source",
+    "goatcounter_dashboard_url": "https://docs-conda-io.goatcounter.com",
 }
 
 # Serving the robots.txt since we want to point to the sitemap.xml file
@@ -134,6 +135,7 @@
     "use_edit_page_button": True,
     "primary_sidebar_end": [],
     "github_url": "https://github.com/conda/conda-docs",
+    "goatcounter_url": "https://docs-conda-io.goatcounter.com/count",
     "icon_links": [
         {
             "name": "Element",
diff --git a/requirements.txt b/requirements.txt
index a9e72ea7..df3b9640 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-conda-sphinx-theme
+conda-sphinx-theme==0.2.0
 sphinx-sitemap==2.2.0
 sphinx-design
 sphinx-reredirects