Skip to content

Commit 1f604d2

Browse files
sbryngelsonclaude
andcommitted
Fix empty bibliography by installing texlive-binaries in CI
Doxygen uses bib2xhtml.pl which shells out to bibtex to format the bibliography. Without bibtex installed, citelist.html is empty and all \cite references render as plain text. Also removes duplicate graphviz entry. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 56bff68 commit 1f604d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build Doxygen
2222
run: |
2323
sudo apt update -y
24-
sudo apt install -y cmake ninja-build graphviz graphviz
24+
sudo apt install -y cmake ninja-build graphviz texlive-binaries
2525
git clone https://github.com/doxygen/doxygen.git ../doxygen
2626
cd ../doxygen
2727
git checkout Release_1_16_1

0 commit comments

Comments
 (0)