We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577211f commit 814860aCopy full SHA for 814860a
doc/conf.py
@@ -18,6 +18,10 @@
18
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
19
}
20
21
+nitpick_ignore_regex = [
22
+ ["py:class", r"boxtree\.array_context\.(.+)"],
23
+ ]
24
+
25
intersphinx_mapping = {
26
"arraycontext": ("https://documen.tician.de/arraycontext", None),
27
"boxtree": ("https://documen.tician.de/boxtree", None),
0 commit comments