-
Notifications
You must be signed in to change notification settings - Fork 28
/
.readthedocs.yml
38 lines (35 loc) · 953 Bytes
/
.readthedocs.yml
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
version: 2
build:
os: ubuntu-20.04
apt_packages:
- dvipng
- graphviz
- texlive-latex-base
- texlive-latex-extra
- texlive-latex-recommended
- libjson-perl
- libjson-xs-perl
- libdbd-sqlite3-perl
- libcommon-sense-perl
- libtypes-serialiser-perl
- libxml-xpath-perl
- libparse-recdescent-perl
- libipc-run-perl
- libio-pty-perl
- libgraphviz-perl
- libproc-daemon-perl
- libdatetime-format-iso8601-perl
tools:
python: "3.10"
jobs:
post_install:
- git clone --branch main --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch main --depth 1 https://github.com/Ensembl/ensembl-hive-docker-swarm.git
- cp -r ./ensembl-hive-docker-swarm/docs ./docs/contrib/docker-swarm
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false
python:
install:
- requirements: docs/requirements.txt