Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Use poetry to install doc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGM committed Aug 31, 2022
1 parent d611de5 commit 7032534
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 332 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry
- asdf reshim
- poetry config virtualenvs.create false
post_install:
- poetry install -E 'duckdb pandas'

sphinx:
configuration: docs/conf.py
fail_on_warning: true

formats: all

python:
install:
- requirements: docs/requirements.txt
- path: .
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

Loading

0 comments on commit 7032534

Please sign in to comment.