forked from microsoft/planetary-computer-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.readthedocs.yaml
42 lines (38 loc) · 929 Bytes
/
.readthedocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
formats:
# Temporarily disabling PDF downloads due to problem with nbsphinx in LateX builds
# - pdf
- htmlzip
python:
version: "3.8"
install:
- requirements: requirements-dev.txt
- method: pip
path: "pctasks/core"
- method: pip
path: "pctasks/cli"
- method: pip
path: "pctasks/task"
- method: pip
path: "pctasks/client"
- method: pip
path: "pctasks/ingest"
- method: pip
path: "pctasks/ingest_task"
- method: pip
path: "pctasks/dataset"
- method: pip
path: "pctasks/run"
- method: pip
path: "pctasks/notify"
- method: pip
path: "pctasks/router"
- method: pip
path: "pctasks/server"
- method: pip
path: "pctasks/dev"
sphinx:
fail_on_warning: false