We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353a88e commit f4bf0e4Copy full SHA for f4bf0e4
2 files changed
.github/workflows/docs.yml
@@ -40,7 +40,6 @@ jobs:
40
uv sync --group doc
41
# temporary fix for sphinx-polyversion
42
uv pip install --force-reinstall git+https://github.com/ziw-liu/sphinx-polyversion.git@iohub-staging
43
-
44
- name: Set environment
45
run: |
46
REPO_OWNER="${GITHUB_REPOSITORY%%/*}"
pyproject.toml
@@ -73,7 +73,7 @@ doc = [
73
"sphinx>=4.2.0",
74
"pydata-sphinx-theme>=0.15.2",
75
"sphinx-copybutton>=0.4.0",
76
- "sphinx-polyversion>=0.2.4",
+ "sphinx-polyversion>=2.0.0",
77
"sphinx-sitemap>=2.5.0",
78
"sphinx-gallery>=0.13.0",
79
]
0 commit comments