Sign in
◑
Theme
chromium
/
external
/
github.com
/
pypa
/
virtualenv
/
b54bc80c0f055fbc64cda453545486d589af0347
/
.
/
.readthedocs.yml
blob: 60e9a43d06dff352df965aefb7bef0ca410cabd7 [
file
]
version:
2
build:
os:
ubuntu
-
lts
-
latest
tools:
{}
commands:
-
curl
-
LsSf https
:
//astral.sh/uv/install.sh
|
sh
-
~/.local/bin/uv tool install tox
--
with tox
-
uv
-
p 3.14
--
managed
-
python
-
~/.local/bin/tox run
-
e docs
--