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 3fcabf1 commit 0c326f3Copy full SHA for 0c326f3
1 file changed
docs/conf.py
@@ -1,3 +1,6 @@
1
+from __future__ import annotations
2
+
3
4
extensions = [
5
'sphinx.ext.autodoc',
6
'jaraco.packaging.sphinx',
@@ -30,6 +33,7 @@
30
33
31
34
# Be strict about any broken references
32
35
nitpicky = True
36
+nitpick_ignore: list[tuple[str, str]] = []
37
38
# Include Python intersphinx mapping to prevent failures
39
# jaraco/skeleton#51
@@ -40,3 +44,5 @@
40
44
41
45
# Preserve authored syntax for defaults
42
46
autodoc_preserve_defaults = True
47
48
+# local
0 commit comments