summaryrefslogtreecommitdiffstats
path: root/debian/patches/0006-privacy-breach-fixes.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:40:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:40:17 +0000
commit38a4353f63924f0734ee6d85efdf848a6d93bc7e (patch)
treea62557ea80510890872e67e39fd4de63167b9db7 /debian/patches/0006-privacy-breach-fixes.patch
parentAdding upstream version 2.8.3. (diff)
downloadpowerline-debian.tar.xz
powerline-debian.zip
Adding debian version 2.8.3-4.debian/2.8.3-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0006-privacy-breach-fixes.patch')
-rw-r--r--debian/patches/0006-privacy-breach-fixes.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/0006-privacy-breach-fixes.patch b/debian/patches/0006-privacy-breach-fixes.patch
new file mode 100644
index 0000000..1c74764
--- /dev/null
+++ b/debian/patches/0006-privacy-breach-fixes.patch
@@ -0,0 +1,17 @@
+Description: fix documentation privacy breaches
+Author: Jerome Charaoui <jerome@riseup.net>
+Last-Update: 2018-05-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -63,8 +63,7 @@ if not on_rtd: # only import and set the theme if we’re building docs locally
+ if on_rtd or html_theme == 'sphinx_rtd_theme':
+ html_context = {
+ 'css_files': [
+- 'https://media.readthedocs.org/css/sphinx_rtd_theme.css',
+- 'https://media.readthedocs.org/css/readthedocs-doc-embed.css',
++ '_static/css/css/sphinx_rtd_theme.css',
+ '_static/css/theme_overrides.css',
+ ],
+ }