From 8b4dd451e136e70177d31f1d9285928ea916785b Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Sun, 2 Jun 2013 13:31:00 +0200 Subject: [PATCH] fix navbar links in documentation --- debian/changelog | 3 ++- debian/patches/fix-doc-links.patch | 14 ++++++++++++++ debian/patches/series | 3 ++- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 debian/patches/fix-doc-links.patch diff --git a/debian/changelog b/debian/changelog index 511e377d..c8ff9982 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ skimage (0.8.2-2) UNRELEASED; urgency=low * add autopkgtests * update packaging to use dh_sphinxdoc and dh_python2 requires search-html.patch to fix file so dh_sphinxdoc recognises it + * fix-doc-links.patch: fix navbar links in documentation - -- Julian Taylor Mon, 10 Jun 2013 21:16:55 +0200 + -- Julian Taylor Mon, 10 Jun 2013 21:18:24 +0200 skimage (0.8.2-1) unstable; urgency=low diff --git a/debian/patches/fix-doc-links.patch b/debian/patches/fix-doc-links.patch new file mode 100644 index 00000000..34bff186 --- /dev/null +++ b/debian/patches/fix-doc-links.patch @@ -0,0 +1,14 @@ +Description: fix documentation links + change to absolute filesystem links +--- a/doc/source/_templates/navbar.html ++++ b/doc/source/_templates/navbar.html +@@ -1,5 +1,5 @@ +-
  • Home
  • +-
  • Download
  • +-
  • Gallery
  • +-
  • Documentation
  • ++
  • Home
  • ++
  • Download
  • ++
  • Gallery
  • ++
  • Documentation
  • +
  • Source
  • diff --git a/debian/patches/series b/debian/patches/series index 2d620e1c..f9d36e5d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff up_correct_version -search-html.patch \ No newline at end of file +search-html.patch +fix-doc-links.patch \ No newline at end of file