Skip to content

Commit 799d3f3

Browse files
authored
Merge pull request #2852 from effigies/doc/skip_conftest
DOC/FIX: Skip conftest module in API generation
2 parents add9bd7 + 8850ee9 commit 799d3f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_interface_docs.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'\.pipeline\.s3_node_wrapper$',
4242
'\.testing',
4343
'\.scripts',
44+
'\.conftest',
4445
]
4546
docwriter.class_skip_patterns += [
4647
'AFNICommand',

0 commit comments

Comments
 (0)