build docs with python 3

This commit is contained in:
Patrick Kanzler 2020-05-08 23:51:06 +02:00
parent e1e1ccb3f2
commit 7c05404ac4
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ formats:
- epub - epub
requirements_file: doc/requirements.txt requirements_file: doc/requirements.txt
python: python:
version: 2 version: 3
setup_py_install: true setup_py_install: true