Skip to content

Commit

Permalink
Stop Sphinx from complaining about missing Doxygen files in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Feb 12, 2024
1 parent 0f2a96d commit 21b6b8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build docs
run: |
cd Docs/
# remove missing TOC entries that would otherwise be generated by
# doxygen to avoid warnings about missing references
sed -i -e 's/^ filelist$//; s/^ classlist$//' source/index.rst
make SPHINXOPTS='-v -W --keep-going' NO_DOXYGEN=TRUE html
- name: Check links
Expand Down

0 comments on commit 21b6b8f

Please sign in to comment.