Skip to content

Commit 54d8abc

Browse files
committed
Update RTD yml, pin sphinx
1 parent 8f3e168 commit 54d8abc

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.readthedocs.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
version: 2
22

3+
sphinx:
4+
configuration: docs/conf.py
5+
36
build:
47
os: "ubuntu-22.04"
58
tools:
69
python: "3.11"
710

811
python:
9-
install:
10-
- requirements: docs/requirements.txt
11-
- method: pip
12-
path: .
13-
extra_requirements:
14-
- docs
12+
install:
13+
- requirements: docs/requirements.txt
14+
- method: pip
15+
path: .
16+
extra_requirements:
17+
- docs

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sphinx
1+
sphinx<8.2.0
22
sphinx_rtd_theme
33
numpydoc
44
ipython
5-
nbsphinx
5+
nbsphinx

0 commit comments

Comments
 (0)