Commit 2ba33d5
Fix RTD build failure: remove --system flag from uv pip install
The --system flag installs packages into the global Python (/home/docs/.asdf/installs/python/3.14.0)
instead of the RTD virtualenv. When Sphinx runs from the virtualenv, it cannot find sphinx_rtd_theme,
causing a ModuleNotFoundError.
Without --system, uv respects the VIRTUAL_ENV env var that RTD sets during post_create_environment
hooks, installing packages into the virtualenv where Sphinx can find them.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 7e01c39 commit 2ba33d5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments