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 bae3cc8 commit cde5c4cCopy full SHA for cde5c4c
docs/conf.py
@@ -259,7 +259,7 @@ def remove_tabs_js(app: "Sphinx", exc: Exception) -> None:
259
# Fix for sphinx-inline-tabs#18
260
if app.builder.format == "html" and not exc:
261
tabs_js = Path(app.builder.outdir) / "_static" / "tabs.js"
262
- tabs_js.unlink()
+ tabs_js.unlink(missing_ok=True)
263
264
265
def setup(app: "Sphinx") -> None:
0 commit comments