We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e704f8a commit 988af7fCopy full SHA for 988af7f
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
os: [Ubuntu]
19
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20
sphinx-version:
21
- ["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.2"]
+ ["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "'sphinx>=7.2,<7.3'"]
22
steps:
23
- uses: actions/checkout@v4
24
0 commit comments