Skip to content
Snippets Groups Projects
Commit e94415a1 authored by Jan Habscheid's avatar Jan Habscheid
Browse files

Update .gitlab-ci.yml file

parent 2730e119
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,6 @@ stages: # Define stages in the pipeline
build-docs:
stage: build
script:
- pip install markdown-it-py pyyaml docutils==0.20 sphinx-rtd-theme # necessary dependencies for sphinx
- pip install sphinx
- pip install sphinx-rtd-theme
- pip install sphinx-copybutton
- pip install myst-parser
- sphinx-build docs/source docs/build # Build the documentation
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment