give up on putting docs dir in a variable somewhere
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
parent
423717345b
commit
2d40b9e346
@ -1,8 +1,5 @@
|
||||
version: 2
|
||||
|
||||
environment:
|
||||
DOCS_DIR: lib/spack/docs
|
||||
|
||||
build:
|
||||
os: "ubuntu-22.04"
|
||||
apt_packages:
|
||||
@ -16,7 +13,7 @@ build:
|
||||
- asdf global uv latest
|
||||
- uv venv
|
||||
install:
|
||||
- uv pip install -r $DOCS_DIR/requirements.txt
|
||||
- uv pip install -r lib/spack/docs/requirements.txt
|
||||
build:
|
||||
html:
|
||||
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
|
||||
@ -27,7 +24,7 @@ sphinx:
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: $DOCS_DIR/requirements.txt
|
||||
- requirements: lib/spack/docs/requirements.txt
|
||||
|
||||
search:
|
||||
ranking:
|
||||
|
Loading…
Reference in New Issue
Block a user