summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Desactivate-sphinx_tabs-extension.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Desactivate-sphinx_tabs-extension.patch')
-rw-r--r--debian/patches/0001-Desactivate-sphinx_tabs-extension.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0001-Desactivate-sphinx_tabs-extension.patch b/debian/patches/0001-Desactivate-sphinx_tabs-extension.patch
new file mode 100644
index 0000000..6c91a23
--- /dev/null
+++ b/debian/patches/0001-Desactivate-sphinx_tabs-extension.patch
@@ -0,0 +1,21 @@
+From: Serge Cohen <serge1cohen@free.fr>
+Date: Mon, 29 Jan 2018 13:47:14 +0100
+Subject: Desactivate sphinx_tabs extension.
+
+---
+ docs/manual/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/manual/conf.py b/docs/manual/conf.py
+index 083d10c..b601a0e 100644
+--- a/docs/manual/conf.py
++++ b/docs/manual/conf.py
+@@ -33,7 +33,7 @@ release = version
+
+ extensions = [
+ 'sphinx.ext.imgmath',
+- 'sphinx_tabs.tabs',
++# 'sphinx_tabs.tabs',
+ ]
+
+ templates_path = ['_templates']