Skip to content

Commit

Permalink
Pandoc required to generate PDF (#300)
Browse files Browse the repository at this point in the history
* Pandoc required to generate PDF

* Add --use-pep517 pip option
  • Loading branch information
MikeOpenHWGroup authored Aug 30, 2023
1 parent 0beffbd commit 22e08ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# pip install -r docs/requirements.txt
# - name: Generate doc and diff
# run: |
# make -C docs doc && util/git-diff.py --error-msg "::error ::Found differences, please re-generate the documentation."
# make -C docs doc && util/git-diff.py --error-msg "::error ::Found differences, please re-generate the documentation.

####################
# Format YML Files #
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ recommonmark
sphinx>=4.3.0
sphinx_markdown_tables
sphinx_rtd_theme>=0.5.1
pandoc

0 comments on commit 22e08ba

Please sign in to comment.