Skip to content

Commit e8b5854

Browse files
committed
Merge branch 'release/1.0.0.4'
2 parents 63eea6f + cfd4a05 commit e8b5854

File tree

3 files changed

+90
-84
lines changed

3 files changed

+90
-84
lines changed

.readthedocs.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ build:
99
os: ubuntu-22.04
1010
tools:
1111
python: '3.11'
12+
jobs:
13+
post_create_environment:
14+
# Install poetry
15+
# https://python-poetry.org/docs/#installing-manually
16+
- pip install poetry
17+
- poetry self add "poetry-dynamic-versioning[plugin]"
18+
# Tell poetry to not use a virtual environment
19+
- poetry config virtualenvs.create false
20+
post_install:
21+
# Install dependencies with 'docs' dependency group
22+
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
23+
- poetry install --with docs
1224

1325
# Build documentation in the "docs/" directory with Sphinx
1426
sphinx:
@@ -17,11 +29,3 @@ sphinx:
1729
# Optionally build your docs in additional formats such as PDF and ePub
1830
formats:
1931
- htmlzip
20-
21-
# Optional but recommended, declare the Python requirements required
22-
# to build your documentation
23-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
24-
python:
25-
install:
26-
- requirements: docs/requirements.txt
27-

0 commit comments

Comments
 (0)