Skip to content

Commit

Permalink
Try something.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 24, 2024
1 parent 51afd86 commit f86c37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f86c37c

Please sign in to comment.