Skip to content

Commit 436be85

Browse files
committed
.github/workflows/docs.yml: Added sphinx-tabs library.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 284b4c4 commit 436be85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4
1919
- name: Install Python packages
20-
run: pip install Sphinx
20+
run: |
21+
pip install Sphinx
22+
pip install sphinx-tabs
2123
- name: Build docs
2224
run: make -C docs/ html

0 commit comments

Comments
 (0)