Skip to content

Commit 76bae8e

Browse files
committed
npm
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ca62d7e commit 76bae8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
jobs:
1717
pre_build:
1818
- npm install -g npm@latest
19-
- npm i --ignore-scripts --loglevel=silly
19+
- npm install --ignore-scripts --loglevel=silly
2020
- npm run -- dev-setup:tools:docs-gen --ignore-scripts --loglevel=silly
2121
- npm run api-doc
2222

@@ -31,4 +31,4 @@ formats:
3131
# Optionally declare the Python requirements required to build your docs
3232
python:
3333
install:
34-
- requirements:
34+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)