From 023427c654347b6dbedea60057287c2507b04e3a Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Wed, 25 Sep 2024 15:33:47 -0600 Subject: [PATCH] Try something. --- .github/workflows/docs.yml | 2 +- docs/sphinx/conf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ac9e1da60..ad8249373 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends doxygen python3 -m pip install --upgrade pip - pip3 install sphinx sphinx_rtd_theme breathe sphinxcontrib-bibtex + pip3 install sphinx sphinx_rtd_theme breathe sphinxcontrib-bibtex sphinxcontrib-doxylink - name: Build # execute from top-level nalu-wind directory run: | diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 251133ad1..c909473a1 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -33,6 +33,7 @@ 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx', 'sphinxcontrib.bibtex', + 'sphinxcontrib.doxylink', 'breathe', ] bibtex_bibfiles = ['references/references.bib']