We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ec506 commit e76052fCopy full SHA for e76052f
docs/conf.py
@@ -130,8 +130,8 @@ def skip(*args) -> bool:
130
def post_build(_: Sphinx, exception: Exception) -> None:
131
"""Clean up and process files after the build has finished."""
132
if exception:
133
- # Don't accidentally supress exceptions
134
- raise exception from None
+ # Don't accidentally suppress exceptions
+ raise exception
135
136
build_folder = PROJECT_ROOT / "docs" / "build"
137
main_build = build_folder / "main"
0 commit comments