We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c7f52 commit 1c87b73Copy full SHA for 1c87b73
1 file changed
.github/workflows/ci-build.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Check API Documentation build
50
shell: bash -l {0}
51
run: |
52
+ apt install pandoc
53
pip install .[doc] ipykernel
54
sphinx-apidoc -t docs/_templates -feTMo docs/source modopt
55
sphinx-build -b doctest -E docs/source docs/_build
0 commit comments