Skip to content

Commit cb9c8ff

Browse files
committed
update
1 parent c4ae2f5 commit cb9c8ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.8"
6+
python: "3.9"
77

88
python:
99
install:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
nitpick_ignore_regex = [
4949
("py:.*", name)
5050
for name in (
51-
"_ItemTV",
51+
".*_ItemTV",
5252
".*_NodeType",
5353
".*Literal.*",
5454
".*_Result",
@@ -84,7 +84,7 @@
8484

8585

8686
intersphinx_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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ commands = pytest benchmarking/bench_packages.py {posargs}
3737

3838
[testenv:docs-{update,clean}]
3939
extras = linkify,plugins,rtd
40-
whitelist_externals =
40+
allowlist_externals =
4141
echo
4242
rm
4343
setenv =

0 commit comments

Comments
 (0)