Skip to content

Commit

Permalink
#1280 uncomment check on build of reference guide in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Nov 14, 2024
1 parent d0649fb commit b9c90d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# Now we can check for warnings and broken links
- run: cd doc/user_guide; make html SPHINXOPTS="-W --keep-going"
- run: cd doc/developer_guide; make html SPHINXOPTS="-W --keep-going"
# TODO #1280: - run: cd doc/reference_guide; make html SPHINXOPTS="-W --keep-going"
- run: cd doc/reference_guide; make html SPHINXOPTS="-W --keep-going"
- run: cd doc/psyad/user_guide; make html SPHINXOPTS="-W --keep-going"
- run: cd doc/user_guide; make linkcheck
- run: cd doc/developer_guide; make linkcheck
Expand Down
4 changes: 2 additions & 2 deletions src/psyclone/domain/lfric/lfric_kern.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ def gen_stub(self):
:rtype: :py:class:`fparser.one.block_statements.Module`
:raises GenerationError: if the supplied kernel stub does not operate
on a supported subset of the domain (currently only
"*cell_column").
on a supported subset of the domain (currently only those that
end with "cell_column").
'''
# The operates-on/iterates-over values supported by the stub generator.
Expand Down

0 comments on commit b9c90d4

Please sign in to comment.