nucypher/readthedocs.yml

26 lines
581 B
YAML
Raw Normal View History

2020-04-23 18:00:28 +00:00
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
2020-04-23 18:00:28 +00:00
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs-requirements.txt
2020-04-23 18:00:28 +00:00
2019-01-28 22:52:07 +00:00
build:
image: latest