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 c53964c commit b73762bCopy full SHA for b73762b
docs/conf.py
@@ -245,7 +245,7 @@ def remove_tabs_js(app: "Sphinx", exc: Exception) -> None:
245
# Fix for sphinx-inline-tabs#18
246
if app.builder.format == "html" and not exc:
247
tabs_js = Path(app.builder.outdir) / "_static" / "tabs.js"
248
- tabs_js.unlink()
+ tabs_js.unlink(missing_ok=True)
249
250
251
def setup(app: "Sphinx") -> None:
0 commit comments