Sign in
◑
Theme
chromium
/
external
/
github.com
/
pypa
/
virtualenv
/
c53b5b198abbc5ff7de38eb823bf15c9f618a9a3
/
.
/
.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
--