We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97c7a5 commit a9c76d7Copy full SHA for a9c76d7
.github/workflows/pages.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install dependencies
46
run: |
47
sudo apt install pandoc
48
- pip install sphinx
+ pip install sphinx ipykernel
49
pip install -r docs/requirements.txt
50
- name: Setup Pages
51
id: pages
0 commit comments