From 91df12d7ca51d03f148063c3643cc4fc1dfc8b2b Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Thu, 5 Oct 2023 16:00:10 +0200 Subject: [PATCH] remove install of old markdown parser --- build-docs.sh | 2 +- docs/.gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-docs.sh b/build-docs.sh index 11e71f81..016b34ed 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -1,4 +1,4 @@ -pip install sphinx_rtd_theme myst-parser sphinxcontrib-jquery +pip install sphinx_rtd_theme sphinxcontrib-jquery cd docs || exit 1 sphinx-build source build diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index c9d2fff9..68d7fd2a 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -7,7 +7,7 @@ build-documentation: image: sphinxdoc/sphinx:latest before_script: - - pip install sphinx_rtd_theme sphinx-autodoc2 myst-parser + - pip install sphinx_rtd_theme sphinxcontrib-jquery - cd $CI_PROJECT_DIR/docs/source script: - make html -- GitLab