Date: Tuesday, October 1, 2019 @ 16:01:20 Author: arojas Revision: 512356
Rebuild with sagemath 8.9-2 to fix mathjax Modified: sagemath-doc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-01 16:01:00 UTC (rev 512355) +++ PKGBUILD 2019-10-01 16:01:20 UTC (rev 512356) @@ -2,7 +2,7 @@ pkgname=sagemath-doc pkgver=8.9 -pkgrel=1 +pkgrel=2 pkgdesc="HTML documentation for SageMath" arch=(any) url="http://www.sagemath.org" @@ -36,10 +36,10 @@ SAGE_SRC="$PWD" \ SAGE_DOC_SRC="$PWD"/doc \ SAGE_DOC="$PWD"/doc \ - SAGE_DOC_MATHJAX=yes \ + MATHJAX_DIR="/usr/share/mathjax2" \ PYTHONPATH="$srcdir"/sage-$pkgver/local-python \ SAGE_NUM_THREADS=10 - python2 sage_setup/docbuild --no-pdf-links all html + python2 sage_setup/docbuild --no-pdf-links --mathjax all html } package() {
