mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-07 09:34:24 +02:00
fix: replace requirements.txt files with poetry (4)
This commit is contained in:
parent
62da70510e
commit
9bcedf1904
@ -7,9 +7,8 @@ build:
|
||||
jobs:
|
||||
post_create_environment:
|
||||
- pip install poetry
|
||||
- poetry config virtualenvs.create false
|
||||
post_install:
|
||||
- poetry install --with docs
|
||||
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
Loading…
Reference in New Issue
Block a user