mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-08 18:14:28 +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:
|
jobs:
|
||||||
post_create_environment:
|
post_create_environment:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry config virtualenvs.create false
|
|
||||||
post_install:
|
post_install:
|
||||||
- poetry install --with docs
|
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
Loading…
Reference in New Issue
Block a user