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

Commit

Permalink
Fix readthedocs error
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGM committed Sep 1, 2022
1 parent f990843 commit bde2740
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 2

python:
install:
- method: pip
path: .
extra_requirements:
- duckdb
- pandas

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
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.10.4 3.9.12 3.8.13 3.7.13
poetry 1.1.13
poetry 1.2.0

0 comments on commit bde2740

Please sign in to comment.