Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
python-sqlalchemy-continuum
Commits:
8a039039 by Evangelos Foutras at 2024-09-28T22:37:45+03:00
Add link to upstream issue for intersphinx_mapping
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -25,9 +25,8 @@
b2sums=('41d6fa3584fc4a9d146e24115f8861d80df8ccac368384dda7130af586d5fd4a2b338b0
prepare() {
cd ${_name/-/_}-${pkgver}
- # Sphinx does not like the example config for intersphinx:
- # ERROR: Invalid value `None` in intersphinx_mapping[
- # 'http://docs.python.org/']. Expected a two-element tuple or list.
+
+ # https://github.com/kvesteri/sqlalchemy-continuum/issues/358
sed -i '/^intersphinx_mapping =/d' docs/conf.py
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sqlalchemy-continuum/-/commit/8a03903970af8c7b53752865d1a1ba935106a5d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sqlalchemy-continuum/-/commit/8a03903970af8c7b53752865d1a1ba935106a5d7
You're receiving this email because of your account on gitlab.archlinux.org.