mirror of https://github.com/nucypher/nucypher.git
Ensure that `nucypher` module is installed when building docs (API section)
parent
2fcb0d0810
commit
3ed865a450
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue