|
22 | 22 |
|
23 | 23 | [tox] |
24 | 24 | envlist = |
25 | | - py37-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3} |
| 25 | + py37-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3} |
26 | 26 | py38-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1} |
27 | 27 | py39-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4} |
28 | 28 | py310-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1} |
29 | 29 | py311-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
30 | | - py312-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
| 30 | + py312-sphinx{4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
31 | 31 | py313-sphinx{6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
32 | 32 | pypy37-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3} |
33 | 33 | pypy38-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1} |
|
59 | 59 | py39-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4} |
60 | 60 | py310-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1} |
61 | 61 | py311-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
62 | | - py312-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
| 62 | + py312-sphinx{4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
63 | 63 | py313-sphinx{6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2} |
64 | 64 | pypy37-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3} |
65 | 65 | pypy38-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1} |
@@ -133,7 +133,7 @@ deps = |
133 | 133 | git+https://github.com/domdfcoding/flake8-rst-docstrings.git |
134 | 134 | git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods |
135 | 135 | git+https://github.com/python-formate/flake8-missing-annotations.git |
136 | | - pydocstyle>=6.0.0 |
| 136 | + git+https://github.com/domdfcoding/pydocstyle.git@stub-functions |
137 | 137 | pygments>=2.7.1 |
138 | 138 | importlib_metadata<4.5.0; python_version<'3.8' |
139 | 139 | commands = python3 -m flake8_rst_docstrings_sphinx sphinx_autofixture tests --allow-toolbox {posargs} |
|
0 commit comments