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

This commit is contained in:
Adam Turner 2025-01-21 23:28:32 +00:00 committed by GitHub
parent 29caec62ee
commit 01bcf13a1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12969 additions and 17555 deletions

View file

@ -28,6 +28,7 @@ extensions = [
'changes',
'glossary_search',
'lexers',
'pydoc_topics',
'pyspecific',
'sphinx.ext.coverage',
'sphinx.ext.doctest',