Skip to content
Snippets Groups Projects
Commit 90686896 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update .gitlab-ci.yml

parent 80fe7290
No related branches found
No related tags found
No related merge requests found
Pipeline #11890 failed
...@@ -22,7 +22,7 @@ doc: ...@@ -22,7 +22,7 @@ doc:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- pip3 install -e .[doc] - pip3 install -e .[doc]
- rm -Rf build/sphinx/html - rm -Rf build/sphinx
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
artifacts: artifacts:
paths: 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