Skip to content

Commit

Permalink
Fix rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Dec 5, 2023
1 parent b679b9c commit 01fd059
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ build:
tools:
python: "3.11"
jobs:
pre_create_environment:
- apt install pipx
- pipx install poetry
pre_install:
- poetry config virtualenvs.create false
- poetry install --with dev
post_install:
- poe run doc-generate-files

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 01fd059

Please sign in to comment.