Ensure that `nucypher` module is installed when building docs (API section)

pull/1944/head
derekpierre 2020-05-05 20:42:39 -04:00
parent 2fcb0d0810
commit 3ed865a450
1 changed files with 2 additions and 4 deletions

View File

@ -13,15 +13,13 @@ formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- docs
- method: setuptools
path: package
- requirements: docs-requirements.txt
build:
image: latest