Skip to content

Commit 5785483

Browse files
authored
fix bug in doc display
1 parent d55d7e8 commit 5785483

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
FOLDER: html-site
2020
BUILD_SCRIPT: |
2121
apt-get install python3-pip -y &&
22-
pip3 install sphinx &&
22+
pip3 install sphinx==1.7.5 &&
2323
pip3 install sphinxcontrib-napoleon &&
24+
pip3 install numpy &&
25+
pip3 install monty &&
2426
pip3 install m2r &&
27+
python3 setup.py install &&
2528
cd docs && make html && mv _build/html/ ../html-site && cd ..

0 commit comments

Comments
 (0)