Skip to content
Snippets Groups Projects
Commit f97946a9 authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Pipeline: added install of self for creating the theme

parent dcc345a6
No related branches found
No related tags found
No related merge requests found
Pipeline #45795 passed
...@@ -86,6 +86,7 @@ unit-test-job: # This job runs in the test stage. ...@@ -86,6 +86,7 @@ unit-test-job: # This job runs in the test stage.
pages-job: pages-job:
script: script:
- pip install sphinx sphinx-rtd-theme m2r2 furo - pip install sphinx sphinx-rtd-theme m2r2 furo
- pip install -e .
- cd docs - cd docs
- make html - make html
- mv build/html/ ../public/ - mv build/html/ ../public/
......
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