Skip to content

Commit 8da7ebe

Browse files
committed
Fixed docs build.
1 parent 3b9c4cc commit 8da7ebe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,14 @@
113113
# -- InterSphinx --------------------------------------------------------------
114114

115115
intersphinx_mapping = {
116-
"python": ("https://docs.python.org/3.8/", None),
116+
"python": ("https://docs.python.org/3.13/", None),
117117
"pytest": ("https://docs.pytest.org/en/latest/", None),
118118
"osvb": ("https://umarcor.github.io/osvb", None),
119119
}
120120

121+
nitpick_ignore_regex = [
122+
("py:class", r".*"),
123+
]
121124
# -- ExtLinks -----------------------------------------------------------------
122125

123126
extlinks = {

0 commit comments

Comments
 (0)