Add Sphinx extension for extracting prompt contents (#6671)

This commit is contained in:
Jakub Kuczys
2026-03-04 22:12:17 +01:00
committed by GitHub
parent bdc66c3f56
commit b7c11c016e
4 changed files with 163 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ extensions = [
"sphinxcontrib_trio",
"sphinx-prompt",
"deprecated_removed",
"prompt_builder",
]
# Add any paths that contain templates here, relative to this directory.