Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
allow:
# Allow only production updates for Sphinx
- dependency-name: sphinx
dependency-type: production
groups:
docs:
patterns:
- '*'
14 changes: 0 additions & 14 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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