Skip to content

Commit 8be9b04

Browse files
committed
ignore boxtree doc error
1 parent c74f114 commit 8be9b04

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)