Skip to content
Snippets Groups Projects
Commit 4ac4a9c7 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

Update .gitlab-ci.yml: failing pages seems to be related to new sphinx version

parent 8b657aa3
No related branches found
No related tags found
No related merge requests found
Pipeline #59792 passed
...@@ -41,6 +41,7 @@ docs: ...@@ -41,6 +41,7 @@ docs:
script: script:
- zypper --non-interactive install python3-pip - zypper --non-interactive install python3-pip
- pip install --upgrade pip - pip install --upgrade pip
- pip install --upgrade sphinx==3.4.3
- pip install --no-cache-dir -r requirements.txt - pip install --no-cache-dir -r requirements.txt
- pip install --no-cache-dir -r requirements_for_documentation.txt - pip install --no-cache-dir -r requirements_for_documentation.txt
- chmod +x ./CI/create_documentation.sh - chmod +x ./CI/create_documentation.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment