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: Thu, 11 Apr 2024 12:28:22 +0000
Subject: Remove sphinx_last_updated_by_git from required sphinx extensions.
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index ebb999f..be8ef9c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,7 +24,6 @@ release = __version__
extensions = [
"sphinx.ext.autodoc",
"sphinx_rtd_theme",
- "sphinx_last_updated_by_git",
"sphinxcontrib_django.roles",
]
|