-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Drop support for Sphinx<5 I'm matching the plan with `sphinx_rtd_theme` to reduce maintainers work. * Implementation updates * Require Sphinx>=5 * Update documentation dependencies * Test on more Python versions * Remove Python 2.7 support * Update Read the Docs config * Use Tox<4 * Make all tests to run successfully - Support for Sphinx 7.2.x - Modify some part of the code from AA-Turner commits - Update tests to make all of them work * Update Read the Docs config * Remove deprecated configs * Update docs * Drop support for docutils < 0.17 * Remove code for deprecated settings * Update docs * Remove pytest ignores * Python 3.12 is not ready yet * Remove `notfound_no_urls_prefix` check * End with slash * Remove test for `no_prefix_urls` which is deprecated * `title=` check on Sphinx 5, 6, 7 * Update checks for Sphinx versions on tests * Fix Python 3.9 issue with typing --------- Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
- Loading branch information
Showing
14 changed files
with
240 additions
and
632 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
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
version: 2 | ||
|
||
build: | ||
os: "ubuntu-22.04" | ||
tools: | ||
python: "3.10" | ||
|
||
python: | ||
version: 3 | ||
install: | ||
- method: pip | ||
path: . | ||
|
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
Oops, something went wrong.