We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b262337 commit 5ce3db8Copy full SHA for 5ce3db8
.github/workflows/docs.yml
@@ -69,6 +69,8 @@ jobs:
69
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
70
pip install '.[docs]'
71
pip install plotly
72
+ pip install nbsphinx
73
+
74
75
- name: Build docs
76
run: |
0 commit comments