Skip to content

Commit

Permalink
.github/workflows/docs.yml: Added sphinx-tabs library.
Browse files Browse the repository at this point in the history
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Dec 23, 2022
1 parent 284b4c4 commit 436be85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install Python packages
run: pip install Sphinx
run: |
pip install Sphinx
pip install sphinx-tabs
- name: Build docs
run: make -C docs/ html

0 comments on commit 436be85

Please sign in to comment.