Skip to content

Commit e6e27e3

Browse files
author
Tomoki Ohtsuki
committed
sphinx version
1 parent 79f969e commit e6e27e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doctest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
curl http://files.grouplens.org/datasets/movielens/ml-100k.zip -o ~/.ml-100k.zip
1919
- name: install pytest
2020
run: |
21-
pip install pytest phmdoctest sphinx==8.3.2 sphinx_rtd_theme scikit-learn
21+
pip install pytest phmdoctest sphinx==8.2.3 sphinx_rtd_theme scikit-learn
2222
- name: Test Readme.md
2323
run: |
2424
GEN_TEST_FILE=phmdoctest_out.py

0 commit comments

Comments
 (0)