napari / docs

Documentation for napari (other than API docs)
BSD 3-Clause "New" or "Revised" License
9 stars 37 forks source link

Turn on warnings as error option for sphinx build #409

Open melissawm opened 2 months ago

melissawm commented 2 months ago

References and relevant issues

--

Description

Turns on --fail-on-warning option for Sphinx, so that CI fails the build when we have new warnings.

This is a draft PR as there will be some leftover warnings to fix before merging.