We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2c1d1 commit c14cef3Copy full SHA for c14cef3
1 file changed
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
"https://docs.python.org/3/": None,
31
"https://numpy.org/doc/stable/": None,
0 commit comments