Skip to content
Snippets Groups Projects
Commit 9b9a3701 authored by Hock, Martin's avatar Hock, Martin
Browse files

Install extensions in test stage.

parent 4ab67ed9
Branches
No related tags found
1 merge request!3Add template ci.yml from...
......@@ -5,8 +5,9 @@ test:
tags:
- env:docker
script:
- pip install -U sphinx sphinx-autoapi
- sphinx-build -c ./docs/source/ -b html ./docs/source/ public
- pip install -U sphinx
- pip install -U sphinx-autoapi sphinx_rtd_theme sphinx_panels
- sphinx-build -b html ./docs/source/ public
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
......@@ -18,9 +19,7 @@ pages:
- env:docker
script:
- pip install -U sphinx
- pip --version
- python --version
- pip install sphinx-autoapi sphinx_rtd_theme sphinx_panels
- pip install -U sphinx-autoapi sphinx_rtd_theme sphinx_panels
- sphinx-build -b html ./docs/source/ public
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment