Skip to content

Commit 41816d6

Browse files
committed
ignore pyop2 mat in docs
1 parent 0c16219 commit 41816d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
(r'py:.*', r'progress\..*'),
139139
# Ignore undocumented PyOP2
140140
('py:class', 'pyop2.caching.Cached'),
141+
('py:class', 'pyop2.types.mat.Mat'),
141142
# Ignore mission docs from Firedrake internal "private" code
142143
# Any "Base" class eg:
143144
# firedrake.adjoint.checkpointing.CheckpointBase

0 commit comments

Comments
 (0)