Skip to content

Commit e18133c

Browse files
committed
fix docs building
1 parent 2ddbd44 commit e18133c

File tree

3 files changed

+312
-37
lines changed

3 files changed

+312
-37
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
version: 2
2-
31
build:
4-
os: ubuntu-20.04
5-
tools:
6-
python: "3.10"
72
jobs:
83
post_install:
9-
- pip install poetry==1.2.0b3
4+
- pip install poetry==1.5.1
105
- poetry config virtualenvs.create false
11-
- poetry install --all-extras --with docs,dev
6+
- poetry install --with docs
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.11"
1210

1311
sphinx:
12+
builder: html
1413
configuration: docs/conf.py
1514
fail_on_warning: false
16-
builder: html
15+
16+
version: 2

0 commit comments

Comments
 (0)