1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 11 Jun 2022 13:04:01 +0200
Subject: Disable Sphinx version warning
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 9699294..517616d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,7 +15,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx_panels',
'sphinx_copybutton', # adds a copy button to code blocks
- 'versionwarning.extension',
+# 'versionwarning.extension',
'sphinx_issues', # link to GitHub issues and PRs
]
|