File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : " 3.8 "
6+ python : " 3.9 "
77
88python :
99 install :
Original file line number Diff line number Diff line change 4848nitpick_ignore_regex = [
4949 ("py:.*" , name )
5050 for name in (
51- "_ItemTV" ,
51+ ".* _ItemTV" ,
5252 ".*_NodeType" ,
5353 ".*Literal.*" ,
5454 ".*_Result" ,
8484
8585
8686intersphinx_mapping = {
87- "python" : ("https://docs.python.org/3.8 " , None ),
87+ "python" : ("https://docs.python.org/3.9 " , None ),
8888 "mdit-py-plugins" : ("https://mdit-py-plugins.readthedocs.io/en/latest/" , None ),
8989}
9090
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ commands = pytest benchmarking/bench_packages.py {posargs}
3737
3838[testenv:docs-{update,clean}]
3939extras = linkify,plugins,rtd
40- whitelist_externals =
40+ allowlist_externals =
4141 echo
4242 rm
4343setenv =
You can’t perform that action at this time.
0 commit comments