-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Drop sphinx 5, support sphinx 8 (#1247)
Also update dependencies: - requests: `^2.25.1` -> `^2.32` - requests-file: `^1.5.1` -> `^2.1` - sphinx-data-viewer: `^0.1.1` -> `^0.1.5`
- Loading branch information
1 parent
648e007
commit a0e0807
Showing
7 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,14 @@ jobs: | |
# 3.9.8 seems to be broken with type_ast | ||
# https://www.mail-archive.com/[email protected]/msg1829077.html | ||
python-version: ["3.8", "3.11"] | ||
sphinx-version: ["5.0", "6.0", "7.0"] | ||
sphinx-version: ["6.0", "7.0"] | ||
include: | ||
- os: "ubuntu-latest" | ||
python-version: "3.10" | ||
sphinx-version: "8.0" | ||
- os: "windows-latest" | ||
python-version: "3.8" | ||
sphinx-version: "5.0" | ||
sphinx-version: "6.0" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install graphviz (linux) | ||
|
@@ -71,10 +74,10 @@ jobs: | |
include: | ||
- os: "ubuntu-latest" | ||
python-version: "3.8" | ||
sphinx-version: "5.0" | ||
sphinx-version: "6.0" | ||
- os: "ubuntu-latest" | ||
python-version: "3.11" | ||
sphinx-version: "7.0" | ||
sphinx-version: "8.0" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Use Node.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters