We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d768c commit 2bd0371Copy full SHA for 2bd0371
1 file changed
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install dependencies
30
run: |
31
- pip install jupyter-book
+ pip install "jupyter-book<1"
32
pip install .
33
34
- name: Build the book
0 commit comments