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 5ab8e62 commit d4aaa1aCopy full SHA for d4aaa1a
doc/conf.py
@@ -17,6 +17,10 @@
17
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
18
}
19
20
+nitpick_ignore_regex = [
21
+ ["py:class", r"boxtree\.array_context\.(.+)"],
22
+ ]
23
+
24
intersphinx_mapping = {
25
"arraycontext": ("https://documen.tician.de/arraycontext", None),
26
"boxtree": ("https://documen.tician.de/boxtree", None),
0 commit comments