Browse Source

archlinux: pass strict_sphinx_opts=false

use_builds_script
Alexandros Theodotou 3 years ago
parent
commit
607bd020e1
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      scripts/make_user_manual.sh.in

2
scripts/make_user_manual.sh.in

@ -23,7 +23,7 @@ cp $zrythm_src_tarball $private_dir/ @@ -23,7 +23,7 @@ cp $zrythm_src_tarball $private_dir/
pushd $private_dir
tar xf $zrythm_src_tarball_filename
pushd $inner_dir
$meson_bin build
$meson_bin build -Dstrict_sphinx_opts=false
sed -i -e 's/latexpdf/latex/' doc/user/meson.build
ninja -C build latex-manual-$lang
make -C $latex_build_dir

Loading…
Cancel
Save