mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-06-25 04:11:34 +02:00
16 lines
268 B
YAML
16 lines
268 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
jobs:
|
|
post_create_environment:
|
|
- pip install poetry
|
|
- poetry config virtualenvs.create false
|
|
post_install:
|
|
- poetry install --with docs
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|