From 331fea0ae43634323e0b3ac194f0fd8e5ea09bff Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Fri, 23 Apr 2021 17:47:20 -0400 Subject: [PATCH] fix(docs) install doxygen for GitHub Actions --- .github/workflows/compile_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 3e4d8ed2c..1f85178b7 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -13,6 +13,8 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.7 + - name: Install Doxygen + run: sudo apt-get install doxygen - name: Install requirements run: | pip install --upgrade --upgrade-strategy eager sphinx recommonmark commonmark breathe sphinx-rtd-theme sphinx-markdown-tables sphinx-sitemap