Skip to content

Commit 850593a

Browse files
committed
Fix for RTD
1 parent bc26f7c commit 850593a

3 files changed

Lines changed: 676 additions & 20 deletions

File tree

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ build:
77
jobs:
88
pre_build:
99
- cp -r examples docs/source/
10-
post_install:
10+
post_create_environment:
1111
- pip install --no-cache-dir poetry
12-
- poetry export -f requirements.txt -o requirements.txt -E all --without-hashes
13-
- pip install --no-cache-dir -r requirements.txt
12+
post_install:
13+
- poetry install -E all --with docs
1414

1515
sphinx:
1616
builder: html

0 commit comments

Comments
 (0)