Skip to content

Commit 77d6042

Browse files
committed
updated workflow to install sphinxcontrib-bibtex
1 parent 1d68eec commit 77d6042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v3
1414
- name: Install dependencies
1515
run: |
16-
pip install sphinx sphinx_immaterial myst_parser
16+
pip install sphinx sphinx_immaterial myst_parser sphinxcontrib-bibtex
1717
- name: Sphinx build
1818
run: |
1919
sphinx-build -M html . _build

0 commit comments

Comments
 (0)