forked from wikimedia/pywikibot
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Use Python 3.7 as basepython for doc tests
doc tests is running sphinx and rstcheck but rstcheck throws a warning: /src/.tox/doc/lib/python3.6/site-packages/rstcheck.py:51: FutureWarning: Python versions prior 3.7 are deprecated. Please update your python - Therefore use Python 3.7 for doc tests note: this is different from doctest test which runs Python doctest) - but also determine whether sphinx is running in backports.py to include its changes. - update documentation - update config string - update requirements Change-Id: I47f103e9a2f34ce819fda41959f7bc69e801a2da
- Loading branch information
Showing
4 changed files
with
42 additions
and
18 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
# requirements.txt is also needed | ||
|
||
sphinx >= 5.2.3 | ||
rstcheck >=3.5.0 | ||
rstcheck >=6.1.0 |
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