Skip to content

Commit a0edfcb

Browse files
committed
FIX: update readthedocs and binder
1 parent 802c9ef commit a0edfcb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.readthedocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ build:
66
python: "3.12"
77

88
python:
9+
version: 3.12
910
install:
10-
- requirements: requirements-dev.txt
1111
- method: pip
1212
path: .
1313

14+
post_build:
15+
- pip install -e ".[dev,examples]"
16+
1417
sphinx:
15-
configuration: docs/conf.py
18+
configuration: docs/conf.py

binder/postBuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
pip install -r requirements-examples.txt
2-
pip install -e .
1+
pip install -e ".[examples]"

0 commit comments

Comments
 (0)