Skip to content

Commit

Permalink
fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Nov 9, 2024
1 parent 72d97bd commit 1a56d7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-20.04
tools:
python: "3.11"
jobs:
post_install:
pre_build:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --only docs
Expand Down

0 comments on commit 1a56d7f

Please sign in to comment.