File: 0001-Remove-sphinx_last_updated_by_git-from-required-sphi.patch

package info (click to toggle)
python-sphinxcontrib-django 2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: python: 1,450; makefile: 20; sh: 6
file content (20 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (2)
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",
 ]