GH-121970: Extract pydoc_topics into a new extension (#131256)

This commit is contained in:
Adam Turner 2025-03-19 18:35:11 +00:00 committed by GitHub
parent 22706843e0
commit c1a02f9101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13021 additions and 17646 deletions

View file

@ -33,6 +33,7 @@ extensions = [
'issue_role',
'lexers',
'misc_news',
'pydoc_topics',
'pyspecific',
'sphinx.ext.coverage',
'sphinx.ext.doctest',