mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 22:27:10 -04:00
.readthedocs.yaml: add node modules to PATH environment variable (#2719)
Signed-off-by: André Sintzoff <andre.sintzoff@thalesgroup.com>
This commit is contained in:
parent
98604b5920
commit
023e67e9be
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue