1
0
Fork 0

gitlab-ci: Use python3 base image for docs

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/390/head
Fabian P. Schmidt 2019-07-08 16:03:30 +02:00 committed by Vasilis Tsiligiannis
parent 9a0ef30e03
commit 1dfdbc8cc3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ static3:
- tox -e "py3-flake8,py3-pylint"
docs:
stage: build
image: python:2
image: python:3
before_script:
- pip install sphinx_rtd_theme
script: