We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ccf82 commit e71d82aCopy full SHA for e71d82a
3 files changed
.github/workflows/docs.yml
@@ -17,9 +17,9 @@ jobs:
17
with:
18
python-version: '3.11'
19
20
- - name: Install dependencies
+ - name: Install documentation dependencies
21
run: |
22
- pip install -r requirements.txt
+ pip install -r docs/requirements.txt
23
24
- name: Build docs
25
docs/requirements.txt
@@ -0,0 +1,4 @@
1
+sphinx
2
+furo
3
+sphinx-gallery
4
+numpydoc
requirements.txt
@@ -22,4 +22,8 @@ tqdm==4.66.2
optuna
# ogb
-# pytest
+# pytest
26
+
27
+# docs
28
29
0 commit comments