Skip to content

Commit 7c454d3

Browse files
committed
fix: readthedocs build
1 parent 672d943 commit 7c454d3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.readthedocs.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ formats: all
44
build:
55
os: ubuntu-22.04
66
tools:
7-
python: miniconda3-4.7
8-
9-
conda:
10-
environment: docs/environment.yml
7+
python: "3.13"
118

129
sphinx:
1310
configuration: docs/source/conf.py
11+
12+
python:
13+
install:
14+
- requirements: docs/source/requirements.txt
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- docs

0 commit comments

Comments
 (0)