0.8.0
New features:
- Added a
-W
/--warning-is-error
flag to thepackage-docs build
andstack-docs build
commands for Science Pipelines documentation builds. This flag causes Sphinx to treat warnings as errors, which is useful for CI builds.
Fixes:
- Pinned
sphinx-autodoc-typehints<1.23.0
to avoid a Sphinx version conflict withsphinx-design
. The former required Sphinx >= 7.
What's Changed
- DM-37783: Add -W flag to package-docs build / stack-docs build by @jonathansick in #164
Full Changelog: 0.7.5...0.8.0