planktoscope/.readthedocs.yml

15 lines
347 B
YAML
Raw Normal View History

2020-10-07 12:30:49 +02:00
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation with MkDocs
mkdocs:
configuration: mkdocs.yml
# Declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt