From b02f65e40f04eb55c6f032f4ef4b883e9f831189 Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Fri, 25 Oct 2024 13:33:43 +0200 Subject: [PATCH] Fixed doctest builder in docs. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 9289e821fa..c600633033 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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",