diff --git a/docs/conf.py b/docs/conf.py index 71a047e9..fc97d52a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ extensions = [ 'sphinx.ext.napoleon', 'sphinx.ext.viewcode', 'myst_parser', - 'sphinxcontrib_django2', + 'sphinxcontrib_django', 'sphinx_copybutton', 'sphinx_tabs.tabs' ]