We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dddb1f commit 11397b2Copy full SHA for 11397b2
.github/workflows/sphinx_docs_to_gh_pages.yaml
@@ -17,6 +17,7 @@ jobs:
17
python-version: "3.10"
18
- name: Install dependencies
19
run: |
20
+ sudo apt install pandoc
21
python -m pip install --upgrade pip
22
pip install .
23
pip install -r docs/requirements.txt
0 commit comments