Skip to content

Commit 62cb2b7

Browse files
committed
add readthedocs config file
1 parent 4f06b9d commit 62cb2b7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/source/conf.py
10+
# Fail on all warnings to avoid broken references
11+
fail_on_warning: true
12+
13+
python:
14+
install:
15+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)