We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd25c63 commit 367745aCopy full SHA for 367745a
.readthedocs.yml
@@ -3,7 +3,16 @@ formats: [] # Do not build epub and pdf
3
4
python:
5
install:
6
- - method: pip
7
- path: .
8
-conda:
9
- environment: docs/conda-environment.yml
+ - requirements: "requirements-docs.txt"
+ - method: "pip"
+ path: "."
+
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
0 commit comments