From ae27c592dd381f4dddf2c2fa5f86d4f0f3886b88 Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Fri, 7 May 2021 12:46:06 -0400 Subject: [PATCH] chore(docs) add another missing dependency --- .github/workflows/compile_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 1687b1afb..044697a7a 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -34,7 +34,7 @@ jobs: !${{ env.pythonLocation }}/lib/python*/site-packages/setuptools* key: ${{ env.pythonLocation }} - name: Install Doxygen and Latex dependencies - run: sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk + run: sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-freefont-otf - name: Install requirements run: | pip install --upgrade --upgrade-strategy eager sphinx recommonmark commonmark breathe sphinx-rtd-theme sphinx-markdown-tables sphinx-sitemap