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