Skip to content

Commit

Permalink
Update Read the Docs to work with Poetry (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jun 26, 2022
1 parent 1c25390 commit 26dd6f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
Binary file removed .DS_Store
Binary file not shown.
19 changes: 13 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
---
version: 2

build:
os: ubuntu-20.04
tools: {python: "3.8"}
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- poetry install

sphinx:
configuration: docs/conf.py

python:
version: 3.7
install:
- method: pip
path: .
fail_on_warning: true

0 comments on commit 26dd6f3

Please sign in to comment.