Skip to content

Commit d4aaa1a

Browse files
committed
ignore boxtree doc error
1 parent 5ab8e62 commit d4aaa1a

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
@@ -17,6 +17,10 @@
1717
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
1818
}
1919

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

0 commit comments

Comments
 (0)