use limited set of python packages for docs

This commit is contained in:
Ariel Rin 2020-11-30 14:30:23 +00:00
parent 7b8c246ef8
commit 0337d2517c

View File

@ -18,10 +18,6 @@ formats: all
# Optionally set the version of Python and requirements required to build your docs # Optionally set the version of Python and requirements required to build your docs
python: python:
version: 3.7 version: 3.7
install: install:
- method: pip - requirements: docs/requirements.txt
path: .
extra_requirements:
- testing
system_packages: true