mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-03 21:50:50 +02:00
14 lines
265 B
YAML
14 lines
265 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.10"
|
|
jobs:
|
|
post_install:
|
|
- pip install uv
|
|
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|