We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cf3ca commit f304a54Copy full SHA for f304a54
.github/workflows/documentation.yml
@@ -15,7 +15,9 @@ jobs:
15
- name: Setup python
16
uses: actions/setup-python@v2
17
with:
18
- python-version: 3.9
+ python-version: 3.9
19
+ - name: Install pandoc
20
+ run: sudo apt-get install -y pandoc
21
- name: Install python dependencies
22
run: |
23
pip install sphinx sphinx-bootstrap-theme nbsphinx ipython pygments
0 commit comments