Skip to content

Commit c74c448

Browse files
committed
ignore boxtree doc error
1 parent 02b6952 commit c74c448

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
"https://docs.python.org/3/": None,
2731
"https://numpy.org/doc/stable/": None,

0 commit comments

Comments
 (0)