[med-svn] [python-multipletau] 11/14: Add patch fixing relative file location while building docs
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Fri Oct 20 21:29:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository python-multipletau.
commit 51d4aea67d6b9e1fe1697ef85dfcb6e69ee08ea5
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Fri Oct 20 15:00:11 2017 +0200
Add patch fixing relative file location while building docs
---
debian/patches/examples_location.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/examples_location.patch b/debian/patches/examples_location.patch
new file mode 100644
index 0000000..426fd1f
--- /dev/null
+++ b/debian/patches/examples_location.patch
@@ -0,0 +1,13 @@
+Description: Fix relative patch
+From: Alex Mestiashvili <mailatgoogl at gmail.com>
+--- python-multipletau.orig/docs/extensions/fancy_include.py
++++ python-multipletau/docs/extensions/fancy_include.py
+@@ -92,7 +92,7 @@
+
+
+ def setup(app):
+- app.add_config_value('fancy_include_path', "../examples", 'html')
++ app.add_config_value('fancy_include_path', "examples", 'html')
+
+ app.add_directive('fancy_include', IncludeDirective)
+
diff --git a/debian/patches/series b/debian/patches/series
index b7a0934..d98d92d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+examples_location.patch
packaged-mathjax.path
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git
More information about the debian-med-commit
mailing list