Skip to content
Snippets Groups Projects
Commit b2ebcbbe authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

prevent -- replace by sphinx, sort images

parent c4e7b51f
No related branches found
No related tags found
No related merge requests found
Pipeline #133190 passed
...@@ -27,7 +27,8 @@ pages: ...@@ -27,7 +27,8 @@ pages:
- if: $CI_COMMIT_BRANCH == "docs" - if: $CI_COMMIT_BRANCH == "docs"
image: python:3.10 image: python:3.10
script: script:
- mv image_list* source/user_guide/ - mv image_list.rst source/user_guide/
- cat image_list.csv | sort | sed "s/--/-\\\-/g" > source/user_guide/image_list.csv
- apt-get update && apt-get install -y python3-dev graphviz libgraphviz-dev - apt-get update && apt-get install -y python3-dev graphviz libgraphviz-dev
- pip install -r requirements.txt - pip install -r requirements.txt
- make html - make html
......
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