Skip to content
Snippets Groups Projects
Commit de9c17a3 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Doc theme done

parent e2bac2e2
No related branches found
No related tags found
No related merge requests found
Pipeline #7836 passed
...@@ -21,7 +21,7 @@ doc: ...@@ -21,7 +21,7 @@ doc:
script: script:
- 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)
- python3 setup.py install - pip3 install -e .[doc]
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
artifacts: artifacts:
paths: paths:
......
...@@ -14,7 +14,6 @@ RUN apt-get update && \ ...@@ -14,7 +14,6 @@ RUN apt-get update && \
python3-sphinx \ python3-sphinx \
python3-numpydoc \ python3-numpydoc \
python3-sphinx-gallery \ python3-sphinx-gallery \
python3-sphinx-rtd-theme \
python3-matplotlib \ python3-matplotlib \
python3-pil \ python3-pil \
python3-tk \ python3-tk \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment