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

Update .gitlab-ci.yml

parent 62b78bc6
Branches
Tags
No related merge requests found
Pipeline #14643 failed
...@@ -19,6 +19,7 @@ doc: ...@@ -19,6 +19,7 @@ doc:
only: only:
- master - master
script: script:
- pip3 install --upgrade sphinx>=5.0
- 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]
...@@ -39,6 +40,7 @@ pages: ...@@ -39,6 +40,7 @@ pages:
only: only:
- master - master
script: script:
- pip3 install --upgrade sphinx>=5.0
- 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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment