Skip to content

Commit c6000b2

Browse files
committed
ignore boxtree doc error
1 parent 346ffbc commit c6000b2

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
@@ -22,6 +22,10 @@
2222
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
2323
}
2424

25+
nitpick_ignore_regex = [
26+
["py:class", r"boxtree\.array_context\.(.+)"],
27+
]
28+
2529
intersphinx_mapping = {
2630
"arraycontext": ("https://documen.tician.de/arraycontext", None),
2731
"boxtree": ("https://documen.tician.de/boxtree", None),

0 commit comments

Comments
 (0)