Skip to content
Snippets Groups Projects
Commit 2a38d0e3 authored by leufen1's avatar leufen1
Browse files

docs creation still fails, try old statement

parent 619aeba1
Branches
Tags
4 merge requests!164update release branch by recent developments,!163another update,!162Resolve "new release v1.0.0",!139Draft: Resolve "KZ filter"
Pipeline #47952 passed with warnings
...@@ -143,7 +143,7 @@ sphinx docs: ...@@ -143,7 +143,7 @@ sphinx docs:
- ./CI/update_badge.sh > /dev/null - ./CI/update_badge.sh > /dev/null
script: script:
- cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install - cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install
- cat docs/requirements_docs.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install - pip install -r docs/requirements_docs.txt
- chmod +x ./CI/create_documentation.sh - chmod +x ./CI/create_documentation.sh
- ./CI/create_documentation.sh - ./CI/create_documentation.sh
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment