We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9c4cc commit 8da7ebeCopy full SHA for 8da7ebe
docs/conf.py
@@ -113,11 +113,14 @@
113
# -- InterSphinx --------------------------------------------------------------
114
115
intersphinx_mapping = {
116
- "python": ("https://docs.python.org/3.8/", None),
+ "python": ("https://docs.python.org/3.13/", None),
117
"pytest": ("https://docs.pytest.org/en/latest/", None),
118
"osvb": ("https://umarcor.github.io/osvb", None),
119
}
120
121
+nitpick_ignore_regex = [
122
+ ("py:class", r".*"),
123
+]
124
# -- ExtLinks -----------------------------------------------------------------
125
126
extlinks = {
0 commit comments