Skip to content

Commit

Permalink
Test on sphinx 7.3 (#547)
Browse files Browse the repository at this point in the history
Test on sphinx-7.3
  • Loading branch information
jarrodmillman committed Apr 27, 2024
1 parent cfea34e commit 8eccee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
source venv/bin/activate
python -m pip install --upgrade pip wheel setuptools
python -m pip install --upgrade -r requirements/doc.txt
python -m pip install 'sphinx!=7.3.*'
python -m pip list
- save_cache:
key: pip-cache
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [Ubuntu]
python-version: ["3.9", "3.10", "3.11", "3.12"]
sphinx-version:
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "'sphinx>=7.2,<7.3'"]
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.3"]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -84,7 +84,6 @@ jobs:
python -m pip install --upgrade pip wheel setuptools
python -m pip install --pre -r requirements/test.txt -r requirements/doc.txt
python -m pip install codecov
python -m pip install 'sphinx!=7.3.*'
python -m pip list
- name: Install
Expand Down

0 comments on commit 8eccee0

Please sign in to comment.