We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f714b93 commit 3cae4dcCopy full SHA for 3cae4dc
.github/workflows/create_docs.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install sphinx
36
run: |
37
- apt install pandoc
+ sudo apt install pandoc
38
pip install pypandoc
39
pip install sphinx sphinx_rtd_theme myst_parser[linkify] nbsphinx
40
0 commit comments