Skip to content

Commit 367745a

Browse files
committed
Fix readthedocs build configuration
1 parent dd25c63 commit 367745a

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

.readthedocs.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ formats: [] # Do not build epub and pdf
33

44
python:
55
install:
6-
- method: pip
7-
path: .
8-
conda:
9-
environment: docs/conda-environment.yml
6+
- requirements: "requirements-docs.txt"
7+
- method: "pip"
8+
path: "."
9+
10+
sphinx:
11+
configuration: docs/conf.py
12+
13+
build:
14+
os: "ubuntu-22.04"
15+
tools:
16+
python: "3"
17+
apt_packages:
18+
- libisal-dev

docs/conda-environment.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)