We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c6c31 commit 92dc3f1Copy full SHA for 92dc3f1
doc/tools/build_modref_templates.py
@@ -82,6 +82,7 @@ def abort(error):
82
r'.*test.*$',
83
r'\.info.*$',
84
r'\.pkg_info.*$',
85
+ r'\.py3k.*$',
86
]
87
docwriter.write_api_docs(outdir)
88
docwriter.write_index(outdir, 'index', relative_to=outdir)
0 commit comments