Skip to content

Commit

Permalink
ENH: sphinx >=4,<6 (#644)
Browse files Browse the repository at this point in the history
* sphinx-version

* sphinx version
  • Loading branch information
AakashGfude authored Nov 15, 2022
1 parent 28c04cb commit 099f655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
sphinx: [">=3,<4", ">=4,<5"]
sphinx: [">=4,<5", ">=5,<6"]
include:
- os: windows-latest
python-version: 3.9
sphinx: ">=3,<4"
sphinx: ">=4,<5"
- os: macos-latest
python-version: 3.9
sphinx: ">=4,<5"
sphinx: ">=5,<6"
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readme = "README.md"

requires-python = ">=3.7"
dependencies = [
"sphinx>=3,<6",
"sphinx>=4,<6",
"pydata-sphinx-theme~=0.10.1",
"pyyaml",
]
Expand Down

0 comments on commit 099f655

Please sign in to comment.