Skip to content

Commit 814860a

Browse files
committed
ignore boxtree doc error
1 parent 577211f commit 814860a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
1919
}
2020

21+
nitpick_ignore_regex = [
22+
["py:class", r"boxtree\.array_context\.(.+)"],
23+
]
24+
2125
intersphinx_mapping = {
2226
"arraycontext": ("https://documen.tician.de/arraycontext", None),
2327
"boxtree": ("https://documen.tician.de/boxtree", None),

0 commit comments

Comments
 (0)