Skip to content

Commit 1558897

Browse files
committed
Fix for the RTD
1 parent 7cf9c6c commit 1558897

3 files changed

Lines changed: 57 additions & 59 deletions

File tree

.readthedocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ build:
77
jobs:
88
pre_build:
99
- cp -r examples docs/source/
10-
post_create_environment:
11-
- pip install --no-cache-dir poetry
12-
post_install:
13-
- poetry install -E all --with docs
1410

1511
sphinx:
1612
builder: html
@@ -19,7 +15,11 @@ sphinx:
1915

2016
python:
2117
install:
22-
- requirements: docs/requirements.txt
18+
- method: pip
19+
path: .
20+
extra_requirements:
21+
- docs
22+
- all
2323

2424
formats:
2525
- pdf

0 commit comments

Comments
 (0)