Skip to content

Commit 3d960c1

Browse files
fix(doc): run docs compiler in post installation
1 parent 90996d1 commit 3d960c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build:
77
jobs:
88
post_install:
99
- pip install .[docs]
10+
- cd compiler/docs && python compiler.py
1011

1112
sphinx:
1213
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)