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 439c273 commit 8c102a0Copy full SHA for 8c102a0
.github/workflows/s3.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Sphinx
21
run: |
22
python -m pip install --upgrade pip
23
- pip install sphinx recommonmark sphinx_markdown_tables
+ pip install sphinx recommonmark sphinx_markdown_tables sphinx_markdown_builder nbsphinx
24
25
- name: Build HTML with Sphinx
26
0 commit comments