Skip to content

Commit

Permalink
ignore boxtree doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jan 31, 2023
1 parent 58c3050 commit 0bf3614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
}

nitpick_ignore_regex = [
["py:class", r"boxtree\.array_context\.(.+)"],
]

intersphinx_mapping = {
"https://docs.python.org/3/": None,
"https://numpy.org/doc/stable/": None,
Expand Down

0 comments on commit 0bf3614

Please sign in to comment.