Skip to content

Commit e71d82a

Browse files
committed
update docs
1 parent f6ccf82 commit e71d82a

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
python-version: '3.11'
1919

20-
- name: Install dependencies
20+
- name: Install documentation dependencies
2121
run: |
22-
pip install -r requirements.txt
22+
pip install -r docs/requirements.txt
2323
2424
- name: Build docs
2525
run: |

docs/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sphinx
2+
furo
3+
sphinx-gallery
4+
numpydoc

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ tqdm==4.66.2
2222
optuna
2323
# ogb
2424

25-
# pytest
25+
# pytest
26+
27+
# docs
28+
sphinx
29+
furo

0 commit comments

Comments
 (0)