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 346ffbc commit c6000b2Copy full SHA for c6000b2
doc/conf.py
@@ -22,6 +22,10 @@
22
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
23
}
24
25
+nitpick_ignore_regex = [
26
+ ["py:class", r"boxtree\.array_context\.(.+)"],
27
+ ]
28
+
29
intersphinx_mapping = {
30
"arraycontext": ("https://documen.tician.de/arraycontext", None),
31
"boxtree": ("https://documen.tician.de/boxtree", None),
0 commit comments