From ef29ddd67795bf608f5730d7a4f71735c6bdfbc8 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Thu, 9 Oct 2025 11:15:30 +0200 Subject: [PATCH 1/3] Create dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5192a584 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: /docs/ + schedule: + interval: monthly + allow: + # Allow only production updates for Sphinx + - dependency-name: sphinx + dependency-type: production + groups: + docs: + patterns: + - '*' From 239fd8592994761d530e62854a808e475a0cd147 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Thu, 9 Oct 2025 11:22:43 +0200 Subject: [PATCH 2/3] Bump versions --- .github/dependabot.yml | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5192a584..9b9b12e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: pip - directory: /docs/ + directory: / schedule: interval: monthly allow: diff --git a/requirements.txt b/requirements.txt index 16ab2c6d..5cdd1af5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -conda-sphinx-theme==0.2.3 -sphinx-sitemap==2.2.0 -sphinx-design -sphinx-reredirects +conda-sphinx-theme==0.3.0 +sphinx-sitemap==2.9.0 +sphinx-design==0.6.1 +sphinx-reredirects==1.0.0 From 9d613b9646c71633d90cd0b08a5e59581d580955 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Mon, 13 Oct 2025 10:52:21 +0200 Subject: [PATCH 3/3] Remove icon_links override --- docs/source/conf.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aba51450..e157f174 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -136,20 +136,6 @@ "primary_sidebar_end": [], "github_url": "https://github.com/conda/conda-docs", "goatcounter_url": "https://docs-conda-io.goatcounter.com/count", - "icon_links": [ - { - "name": "Element", - "url": "https://matrix.to/#/#conda:matrix.org", - "icon": "_static/element_logo.svg", - "type": "local", - }, - { - "name": "Discourse", - "url": "https://conda.discourse.group/", - "icon": "fa-brands fa-discourse", - "type": "fontawesome", - }, - ], } # Add any paths that contain custom themes here, relative to this directory.