Skip to content

Commit 282a16d

Browse files
committed
Rework most of sumpy.kernel to use dataclasses
1 parent 8433833 commit 282a16d

File tree

4 files changed

+299
-324
lines changed

4 files changed

+299
-324
lines changed

doc/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,13 @@
2828
nitpick_ignore_regex = [
2929
["py:class", r"symengine\.(.+)"], # :cry:
3030
]
31+
32+
sphinxconfig_missing_reference_aliases = {
33+
# pymbolic
34+
"Expression": "obj:pymbolic.typing.Expression",
35+
"ArithmeticExpression": "obj:pymbolic.ArithmeticExpression",
36+
}
37+
38+
39+
def setup(app):
40+
app.connect("missing-reference", process_autodoc_missing_reference) # noqa: F821

0 commit comments

Comments
 (0)