1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Fri, 12 Nov 2021 12:42:44 +0000
Subject: Remove sphinxcontrib_django from sphinx configuration.
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 8e32570..2f3f587 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,6 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.graphviz",
"sphinx.ext.intersphinx",
- "sphinxcontrib_django",
]
# Add any paths that contain templates here, relative to this directory.
|