Skip to content

Commit 92dc3f1

Browse files
committed
DOC: Skip py3k
1 parent 03c6c31 commit 92dc3f1

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
@@ -82,6 +82,7 @@ def abort(error):
8282
r'.*test.*$',
8383
r'\.info.*$',
8484
r'\.pkg_info.*$',
85+
r'\.py3k.*$',
8586
]
8687
docwriter.write_api_docs(outdir)
8788
docwriter.write_index(outdir, 'index', relative_to=outdir)

0 commit comments

Comments
 (0)