Skip to content
Snippets Groups Projects
Verified Commit 126edef2 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove install of old markdown parser

parent 218ad3ad
No related branches found
No related tags found
No related merge requests found
Pipeline #84194 canceled
This commit is part of merge request !80. Comments created here will be created in the context of that merge request.
pip install sphinx_rtd_theme myst-parser sphinxcontrib-jquery pip install sphinx_rtd_theme sphinxcontrib-jquery
cd docs || exit 1 cd docs || exit 1
sphinx-build source build sphinx-build source build
...@@ -7,7 +7,7 @@ build-documentation: ...@@ -7,7 +7,7 @@ build-documentation:
image: sphinxdoc/sphinx:latest image: sphinxdoc/sphinx:latest
before_script: before_script:
- pip install sphinx_rtd_theme sphinx-autodoc2 myst-parser - pip install sphinx_rtd_theme sphinxcontrib-jquery
- cd $CI_PROJECT_DIR/docs/source - cd $CI_PROJECT_DIR/docs/source
script: script:
- make html - make html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment