From f86c37c922e02ada2c99ec29081ec08c5d75565f Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Tue, 24 Sep 2024 15:14:47 -0600 Subject: [PATCH] Try something. --- .github/workflows/docs.yml | 6 +----- docs/sphinx/conf.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c7b4cb9c9..e62d3a4a3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,13 +30,9 @@ jobs: - name: Build # execute from top-level nalu-wind directory run: | + doxygen ./docs/doxygen/Doxyfile echo "::add-matcher::.github/problem-matchers/sphinx.json" sphinx-build -M html ./docs/sphinx ./build_docs/manual -W --keep-going -n 2>&1 | tee -a build-output.txt - # Doxygen output gets parsed wrong by the sphinx problem matcher so unregister it - echo "::remove-matcher owner=sphinx-problem-matcher-loose-no-severity::" - echo "::remove-matcher owner=sphinx-problem-matcher-loose::" - echo "::remove-matcher owner=sphinx-problem-matcher::" - doxygen ./docs/doxygen/Doxyfile mv ./build_docs/manual/html ./documentation mv ./build_docs/doxygen/html ./documentation/api_docs touch ./documentation/.nojekyll diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index c39dde0de..648692034 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -345,7 +345,7 @@ # # texinfo_no_detailmenu = False -breathe_projects = { 'nalu-wind' : os.path.join(os.getcwd(), 'doxygen', 'xml') } +breathe_projects = { 'nalu-wind' : os.path.join(os.getcwd(), 'docs', 'doxygen', 'xml') } breathe_default_project = "nalu-wind" def setup(app):