Skip to content
Snippets Groups Projects
Commit c5b662c9 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Merge branch 'patch-1' into 'master'

Using python 3.5 image to build the doc

See merge request !1
parents 52a260ac 77fdf417
No related branches found
No related tags found
Loading
......@@ -42,21 +42,10 @@ test-python37:
- python setup.py test
pages:
image: centos:centos7
image: python:3.5
stage: deploy
script:
- yum install -y epel-release wget
- wget https://centos7.iuscommunity.org/ius-release.rpm
- rpm -Uvh ius-release*.rpm
- yum provides python3.5
- yum install -y python35u python35u-libs python35u-devel python35u-pip
- pip3.5 install -U pip
- pip3.5 install virtualenv
- virtualenv -p python3.5 venv
- . venv/bin/activate
- pip3.5 install -r requirements.txt
- pip3.5 install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
- yum install -y make
- pip install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
- cd doc
- make html
- mv build/html/ ../public
......
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