Search Criteria
Package Details: python-sphinxcontrib-tikz 0.4.20-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-sphinxcontrib-tikz.git (read-only, click to copy) |
---|---|
Package Base: | python-sphinxcontrib-tikz |
Description: | TikZ extension for Sphinx. |
Upstream URL: | https://bitbucket.org/philexander/tikz |
Licenses: | BSD |
Submitter: | alkeo |
Maintainer: | alkeo |
Last Packager: | alkeo |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-04 10:58 (UTC) |
Last Updated: | 2024-12-26 10:21 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
Latest Comments
melvinvermeeren commented on 2018-07-23 22:25 (UTC) (edited on 2018-08-05 10:19 (UTC) by melvinvermeeren)
@alkeo
I made another patch on 2018-06-12, this time to add support for parallel building to this extension with sphinx
-j auto
feature. Really helps speed up builds on multi-core CPU.Upstream has been busy with things and so far there has been no time to check and apply the patch. Do you mind applying the patch to this pkg until upstream has time to do it?
https://mel.vin/0001-support-building-in-parallel-with-sphinx-j.patch
Edit 2018-08-05: upstream has accepted the patch and 0.4.6 has been released.
alkeo commented on 2018-02-18 16:51 (UTC)
@melvinvermeeren,
Thanks for the patch!
melvinvermeeren commented on 2018-02-16 20:57 (UTC)
Sphinx 1.7 removed sphinx.util.compat after being deprecated for a while.
Here is a patch to fix the package for sphinx 1.7, could you add it to the PKGBUILD for now? I also sent it to upstream through mail so it should be fixed soon.
https://mel.vin/sphinxcontrib-tikz-sphinx1.7-fix.diff
Thanks.