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