[fde104]: / .readthedocs.yaml

Download this file

21 lines (19 with data), 404 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# Read the docs config, for documentation see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#python
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.8"
apt_packages:
- openslide-tools
- libopenjp2-7-dev
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub