We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b0551 commit d53e8d6Copy full SHA for d53e8d6
.github/workflows/deploy-docs.yaml
@@ -26,6 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
pip install -e .
28
pip install sphinx sphinx_rtd_theme nbsphinx # Add any other dependencies you need here
29
+ pip install pypandoc
30
31
- name: Build the documentation
32
run: |
0 commit comments