Skip to content

Commit

Permalink
Require sphinx 6 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Mar 6, 2024
1 parent c26538c commit 1e60071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ jobs:
os: [Ubuntu]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
sphinx-version:
[
"sphinx==5.0",
"sphinx==5.3",
"sphinx==6.0",
"sphinx==6.2",
"sphinx>=7.0",
]
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.2"]
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ classifiers = [
'Programming Language :: Python :: 3.12',
]
dependencies = [
'sphinx>=5',
'Jinja2>=2.10',
'sphinx>=6',
'tabulate>=0.8.10',
"tomli>=1.1.0;python_version<'3.11'",
]
Expand Down
3 changes: 1 addition & 2 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated via tools/generate_requirements.py and pre-commit hook.
# Do not edit this file; modify pyproject.toml instead.
sphinx>=5
Jinja2>=2.10
sphinx>=6
tabulate>=0.8.10
tomli>=1.1.0;python_version<'3.11'

0 comments on commit 1e60071

Please sign in to comment.