Skip to content

Commit 586e326

Browse files
committed
Updated RTD conf
1 parent a0d0eeb commit 586e326

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
version: 2
22

3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.8"
7+
38
python:
4-
install:
5-
- requirements: docs/requirements.txt
9+
install:
10+
- requirements: docs/requirements.txt
11+
# Install our python package before building the docs
12+
- method: pip
13+
path: .
14+
15+
sphinx:
16+
configuration: docs/conf.py

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
docutils<0.18
1+
sphinx==7.2.6
2+
sphinx-rtd-theme==2.0

0 commit comments

Comments
 (0)