Skip to content

Commit d5a6c48

Browse files
author
chrisjonesBSU
committed
add readthedocs yml file
1 parent 3d13b2c commit d5a6c48

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.readthedocs.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
version: 2
2+
23
formats:
34
- htmlzip
4-
- pdf
5+
56
build:
6-
os: ubuntu-22.04
7+
os: ubuntu-24.04
78
tools:
8-
python: "mambaforge-4.10"
9+
python: "miniconda-latest"
910

1011
conda:
1112
environment: docs/environment-docs.yml
1213

1314
sphinx:
1415
builder: html
15-
configuration: docs/source/conf.py
16-
fail_on_warning: false
16+
configuration: docs/conf.py
17+
fail_on_warning: True
18+
19+
python:
20+
install:
21+
- method: pip
22+
path: .

0 commit comments

Comments
 (0)