From 287dbe9a066479a695769f96f8eea7af01b911aa Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 19 Dec 2018 22:17:16 +0100 Subject: docwriter: Support markdown 3.x. Fixes #250 The headerid extension no longer exists in 3.x. Use the toc extension instead. The toc_depth option was only added in 3.x so still try headerid first. --- .gitlab-ci/test-msys2-meson.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci/test-msys2-meson.sh') diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh index 2d3952a8..da4c3eaf 100644 --- a/.gitlab-ci/test-msys2-meson.sh +++ b/.gitlab-ci/test-msys2-meson.sh @@ -20,6 +20,7 @@ pacman --noconfirm -S --needed \ mingw-w64-$MSYS2_ARCH-python3 \ mingw-w64-$MSYS2_ARCH-python3-pip \ mingw-w64-$MSYS2_ARCH-python3-mako \ + mingw-w64-$MSYS2_ARCH-python3-markdown \ mingw-w64-$MSYS2_ARCH-libffi \ mingw-w64-$MSYS2_ARCH-pkg-config \ mingw-w64-$MSYS2_ARCH-cairo \ @@ -30,8 +31,7 @@ pacman --noconfirm -S --needed \ export CCACHE_BASEDIR="${CI_PROJECT_DIR}" export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache" -# FIXME: markdown: https://gitlab.gnome.org/GNOME/gobject-introspection/issues/250 -pip3 install --upgrade --user meson==0.48.2 flake8 markdown==2.6.11 +pip3 install --upgrade --user meson==0.48.2 flake8 export PATH="$HOME/.local/bin:$PATH" # FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064 -- cgit v1.2.1