You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't share my setup, but any sphinx doc with an error will work. For example, a doc with a "malformated" table:
+------------------------------+-----------------------------------------------+
| File name | Additional stuff |
+------------------------------+-----------------------------------------------+
| foo.json | This is a really long description really really long |
+------------------------------+-----------------------------------------------+
| boo.json | small desc |
+------------------------------+-----------------------------------------------+
Having this table, there is an error in the logs but no error is actually raised during build.
Describe the bug
Hi,
Errors are not raised when building a documentation with
sphinx-build
version 8.1.3.There is an option
--exception-on-warning
to forcibly raise errors on warnings, but there is no option to raise errors only on errors.Related (closed and locked) request: #10397 (comment)
Thank you!
How to Reproduce
I can't share my setup, but any sphinx doc with an error will work. For example, a doc with a "malformated" table:
Having this table, there is an error in the logs but no error is actually raised during build.
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: