planktoscope/.readthedocs.yml
2021-10-18 14:02:37 +02:00

15 lines
347 B
YAML

# .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