Skip to content

Commit 47034e0

Browse files
committed
Fix prebuild steps in .readthedocs.yaml
1 parent 3363507 commit 47034e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ build:
88
post_install:
99
- cmake -Bbuild -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX
1010
- cd build && make
11-
- pip install myst-parser sphinx sphinx-book-theme
11+
- python -m pip install myst-parser sphinx sphinx-book-theme
12+
pre_build:
13+
- cd docs && python create_markdown.py
1214

1315
conda:
1416
environment: dev-environment.yml

0 commit comments

Comments
 (0)