Skip to content

Commit

Permalink
custom installation process for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Apr 27, 2023
1 parent c574e35 commit 2288204
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ build:
tools:
python: "3.10"
jobs:
# poetry groups are not supported by RDT yet
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --with docs
pre_build:
- sphinx-apidoc -o docs/api ipython_gpt

sphinx:
configuration: docs/conf.py

python:
install:
- method: pip
path: .

0 comments on commit 2288204

Please sign in to comment.