[med-svn] [Git][med-team/python-skbio][debian/experimental] 2 commits: docs: Added patch to skip the version switcher theme element

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Jun 25 11:44:05 BST 2024



Michael R. Crusoe pushed to branch debian/experimental at Debian Med / python-skbio


Commits:
3eb734d2 by Michael R. Crusoe at 2024-06-25T11:39:58+02:00
docs: Added patch to skip the version switcher theme element

- - - - -
f1fe39b0 by Michael R. Crusoe at 2024-06-25T11:39:58+02:00
routine-update: Ready to upload to experimental

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/docs-no-version-switch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-python-skbio (0.6.1-1) UNRELEASED; urgency=medium
+python-skbio (0.6.1-1) experimental; urgency=medium
 
   * Team upload.
   * d/control: simplify architecture specifications by using provisions
@@ -9,8 +9,9 @@ python-skbio (0.6.1-1) UNRELEASED; urgency=medium
   * Add new dependency: python3-biom-format
   * d/control: the docs now need
     python3-{numpydoc,sphinx-design,sphinx-copybutton}
+  * docs: Added patch to skip the version switcher theme element
 
- -- Michael R. Crusoe <crusoe at debian.org>  Thu, 07 Mar 2024 12:14:17 +0100
+ -- Michael R. Crusoe <crusoe at debian.org>  Tue, 25 Jun 2024 10:48:11 +0200
 
 python-skbio (0.5.9-4) unstable; urgency=medium
 


=====================================
debian/patches/docs-no-version-switch
=====================================
@@ -0,0 +1,22 @@
+Author: Michael R. Crusoe
+Description: Skip the version switcher
+Forwarded: not-needed
+
+We only build one version, without this patch we get the following error:
+
+writing output... [  0%] alignment
+Theme error:
+An error happened in rendering the page alignment.
+Reason: TemplateNotFound('version-switcher.html')
+
+--- python-skbio.orig/doc/source/conf.py
++++ python-skbio/doc/source/conf.py
+@@ -154,7 +154,7 @@
+     'header_links_before_dropdown': 7,
+ 
+     # header layout
+-    'navbar_start': ['navbar-logo', 'version-switcher'],
++    'navbar_start': ['navbar-logo'],
+ 
+     # footer layout
+     'footer_start': ['copyright'],


=====================================
debian/patches/series
=====================================
@@ -8,3 +8,4 @@ modify-test.patch
 numpy-1.24.patch
 python3.12-xfail-tests.patch
 cython3.patch
+docs-no-version-switch



View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/compare/6046545d23638def4c71ace2632dd30deece01c8...f1fe39b0af6916c7912b10139f7f022ef8c84afd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/compare/6046545d23638def4c71ace2632dd30deece01c8...f1fe39b0af6916c7912b10139f7f022ef8c84afd
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240625/1f75e122/attachment-0001.htm>


More information about the debian-med-commit mailing list