Skip to content
Snippets Groups Projects
Commit 91df12d7 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove install of old markdown parser

parent e515a743
No related branches found
No related tags found
1 merge request!80Feature/update documentation
Pipeline #84196 passed
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