From 2d40b9e34609d60c1692de96de857faef2e8862c Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Tue, 25 Mar 2025 17:47:27 -0700 Subject: [PATCH] give up on putting docs dir in a variable somewhere Signed-off-by: Todd Gamblin --- .readthedocs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8eca1ba15a2..792347cd38c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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: