[med-svn] [Git][med-team/python-cogent][master] Deactivate sphinx bibtex which is not used
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Nov 3 07:50:29 GMT 2021
Andreas Tille pushed to branch master at Debian Med / python-cogent
Commits:
43aa41a0 by Andreas Tille at 2021-11-03T08:35:48+01:00
Deactivate sphinx bibtex which is not used
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/sphinx.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-cogent (2021.5.7a+dfsg-3) UNRELEASED; urgency=medium
+
+ * Deactivate sphinx bibtex which is not used
+ Closes: #997772
+
+ -- Andreas Tille <tille at debian.org> Wed, 03 Nov 2021 08:35:07 +0100
+
python-cogent (2021.5.7a+dfsg-2) unstable; urgency=medium
* Add missing Depends: python3-numba
=====================================
debian/control
=====================================
@@ -21,7 +21,6 @@ Build-Depends: debhelper-compat (= 13),
python3-nbsphinx,
python3-sphinx-bootstrap-theme,
python3-sphinx-gallery,
- python3-sphinxcontrib.bibtex,
python3-pytest <!nocheck>,
cython3,
pandoc
=====================================
debian/patches/sphinx.patch
=====================================
@@ -5,7 +5,7 @@ Forwarded: not-needed
--- a/doc/conf.py
+++ b/doc/conf.py
-@@ -20,18 +20,19 @@ add_module_names = False # don't includ
+@@ -20,18 +20,18 @@ add_module_names = False # don't includ
numpydoc_class_members_toctree = False
extensions = [
@@ -22,10 +22,30 @@ Forwarded: not-needed
"sphinx.ext.todo",
- "sphinx_gallery.gen_gallery",
- "sphinx_panels",
+- "sphinxcontrib.bibtex",
+# "sphinx_gallery.gen_gallery",
+# "sphinx_panels",
- "sphinxcontrib.bibtex",
+ "sphinx.ext.napoleon",
# "sphinxcontrib.spelling",
]
+--- a/doc/rtd-environment.yml
++++ b/doc/rtd-environment.yml
+@@ -20,7 +20,6 @@ dependencies:
+ - nbsphinx
+ - nbformat
+ - nbconvert!=5.4
+- - sphinxcontrib-bibtex
+ - sphinx-gallery
+ - sphinx_bootstrap_theme
+ - ../
+--- a/setup.py
++++ b/setup.py
+@@ -114,7 +114,6 @@ setup(
+ "pytest>=4.3.0",
+ "sphinx",
+ "sphinx-autobuild",
+- "sphinxcontrib-bibtex",
+ "sphinx_panels",
+ "tox",
+ ],
View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/commit/43aa41a0fbce1643211bd69ec6ecaca209397753
--
View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/commit/43aa41a0fbce1643211bd69ec6ecaca209397753
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/20211103/a44d39a5/attachment-0001.htm>
More information about the debian-med-commit
mailing list