1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00

Fixed doctest builder in docs.

This commit is contained in:
Paolo Melchiorre 2024-10-25 13:33:43 +02:00
parent e9929cb494
commit b02f65e40f
No known key found for this signature in database
GPG Key ID: 5F8222398E1ED035

View File

@ -45,6 +45,7 @@ needs_sphinx = "4.5.0"
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
"djangodocs",
"sphinx.ext.doctest",
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinx.ext.autosectionlabel",