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 d69c537 commit 8621393Copy full SHA for 8621393
.github/workflows/documentation.yml
@@ -16,6 +16,7 @@ jobs:
16
python3.8 -m venv .venv
17
.venv/bin/python -m pip install --upgrade pip
18
.venv/bin/pip install -e ".[dev]"
19
+ - uses: pandoc/actions/setup@{main}
20
- name: Sphinx build
21
run: |
22
.venv/bin/sphinx-build -b html docs docs/_build
0 commit comments