Skip to content

Commit 4c0309d

Browse files
jarrodmillmanrossbar
authored andcommitted
Test on sphinx-7.3
1 parent cfea34e commit 4c0309d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
source venv/bin/activate
2222
python -m pip install --upgrade pip wheel setuptools
2323
python -m pip install --upgrade -r requirements/doc.txt
24-
python -m pip install 'sphinx!=7.3.*'
2524
python -m pip list
2625
- save_cache:
2726
key: pip-cache

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [Ubuntu]
1919
python-version: ["3.9", "3.10", "3.11", "3.12"]
2020
sphinx-version:
21-
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "'sphinx>=7.2,<7.3'"]
21+
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.3"]
2222
steps:
2323
- uses: actions/checkout@v4
2424

@@ -84,7 +84,6 @@ jobs:
8484
python -m pip install --upgrade pip wheel setuptools
8585
python -m pip install --pre -r requirements/test.txt -r requirements/doc.txt
8686
python -m pip install codecov
87-
python -m pip install 'sphinx!=7.3.*'
8887
python -m pip list
8988
9089
- name: Install

0 commit comments

Comments
 (0)