Skip to content

Commit

Permalink
Merge pull request #83 from lafrech/sphinx_v6
Browse files Browse the repository at this point in the history
Allow Sphinx v6
  • Loading branch information
Chilipp committed Jan 10, 2023
2 parents 27b7e1b + 777f5c8 commit 96c5c2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-app.yml
Expand Up @@ -14,14 +14,18 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]
sphinx-version: [
"",
"6.0.*",
"5.0.*",
"4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*",
"3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*",
]
include:
- python-version: "3.7"
sphinx-version: ""
- python-version: "3.7"
sphinx-version: "3.5"
- python-version: "3.10"
sphinx-version: ""
- python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -30,7 +30,7 @@ classifiers = [

requires-python = '>= 3.7'
dependencies = [
'Sphinx >= 2.2, < 6.0',
'Sphinx >= 2.2, < 7.0',
]

[tool.setuptools]
Expand Down

0 comments on commit 96c5c2e

Please sign in to comment.