Mentions légales du service

Skip to content
Snippets Groups Projects

add requirements

Merged Olivier Cots requested to merge develop into master
2 files
+ 19
18
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
18
@@ -3,25 +3,15 @@ image: intelpython/intelpython3_full:latest
pages:
stage: deploy
before_script:
- conda install -c conda-forge pandoc
- conda install -c conda-forge pandoc
script:
- pip install pandas
- pip install ipywidgets
- pip install -U sphinx
- pip install sphinx_rtd_theme
- pip install recommonmark
- python3 -m pip install nbsphinx --upgrade
- pip install sphinxcontrib.bibtex
- pip install sphinx_copybutton
- python3 -m pip install sphinx-gallery --user
- pip install nbsphinx_link
- pip install ipython
- python3 --version
- pip list
- conda list
- python3 -m sphinx -b html examples/ public
- python --version
- python -m pip install $(cat requirements.txt)
- pip list
- conda list
- python -m sphinx -b html examples/ public
artifacts:
paths:
- public
- public
only:
- master
- master
Loading