We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd35d55 commit 2eddaf9Copy full SHA for 2eddaf9
.readthedocs.yaml
@@ -3,11 +3,11 @@ build:
3
os: ubuntu-22.04
4
tools:
5
python: "3.10"
6
- nodejs: "18"
7
-jobs:
8
- pre_install:
9
- # pip install is now not in-place, so we need to manually ensure autogen gets run
10
- - cd .\js && npm install
+ nodejs: "18"
+ jobs:
+ pre_install:
+ # pip install is now not in-place, so we need to manually ensure autogen gets run
+ - cd .\js && npm install
11
python:
12
install:
13
- method: pip
0 commit comments