From 023e67e9be1b6cd09940a030529baf1645287102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sintzoff?= <61976467+ASintzoff@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:00:13 +0100 Subject: [PATCH] .readthedocs.yaml: add node modules to PATH environment variable (#2719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Sintzoff --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 579db8ea0..a5fec012f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -27,6 +27,7 @@ build: - npm install docs/riscv-isa/riscv-isa-manual/dependencies - gem install -g docs/riscv-isa/riscv-isa-manual/dependencies/Gemfile pre_build: + - export PATH=$PWD/node_modules/.bin:$PATH - make -C docs prepare # Build from the docs directory with Sphinx