Skip to content

Commit e86addb

Browse files
committed
DOC: Exclude _version from autodoc
1 parent 5a8165a commit e86addb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/tools/build_modref_templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def abort(error):
8383
r'\.info.*$',
8484
r'\.pkg_info.*$',
8585
r'\.py3k.*$',
86+
r'\._version.*$',
8687
]
8788
docwriter.write_api_docs(outdir)
8889
docwriter.write_index(outdir, 'index', relative_to=outdir)

0 commit comments

Comments
 (0)