Skip to content

Commit dd35d55

Browse files
committed
Fix docs autogen on RTD
1 parent 5e1841d commit dd35d55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ build:
44
tools:
55
python: "3.10"
66
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
711
python:
812
install:
913
- method: pip

0 commit comments

Comments
 (0)