Skip to content

Commit

Permalink
add Pandoc for notebook rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed May 31, 2024
1 parent 0219814 commit fb66650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Install Sphinx and additional dependences
run: |
pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints sphinx-argparse nbsphinx renku-sphinx-theme
- name: Install Pandoc
uses: pandoc/actions/setup@{main}
- name: Generate Documentation
run: |
cd docs_source
Expand Down

0 comments on commit fb66650

Please sign in to comment.