Skip to content

Commit f4bf0e4

Browse files
authored
Updated Sphinx-Polyversion (#356)
* updated sphinx polyversion to v2.0.0 * removed uv.lock
1 parent 353a88e commit f4bf0e4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
uv sync --group doc
4141
# temporary fix for sphinx-polyversion
4242
uv pip install --force-reinstall git+https://github.com/ziw-liu/sphinx-polyversion.git@iohub-staging
43-
4443
- name: Set environment
4544
run: |
4645
REPO_OWNER="${GITHUB_REPOSITORY%%/*}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ doc = [
7373
"sphinx>=4.2.0",
7474
"pydata-sphinx-theme>=0.15.2",
7575
"sphinx-copybutton>=0.4.0",
76-
"sphinx-polyversion>=0.2.4",
76+
"sphinx-polyversion>=2.0.0",
7777
"sphinx-sitemap>=2.5.0",
7878
"sphinx-gallery>=0.13.0",
7979
]

0 commit comments

Comments
 (0)