We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be74c4a commit bed2150Copy full SHA for bed2150
.github/workflows/gh-pages.yaml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
pip install sphinx sphinx-autodoc-typehints sphinx_book_theme sphinx-copybutton
25
pip install nbsphinx recommonmark Pygments
26
+ pip install pandoc
27
28
- name: Build the docs
29
0 commit comments