diff --git a/noxfile.py b/noxfile.py index e3756ad1c..dccf430ac 100644 --- a/noxfile.py +++ b/noxfile.py @@ -391,10 +391,6 @@ def docs(session): os.path.join("docs", "_build", "html", ""), ) - # Customization: Add extra sections to the table of contents for the Classic vs Async clients - session.install("pyyaml") - session.run("python", "docs/scripts/patch_devsite_toc.py") - @nox.session(python="3.10") def docfx(session): @@ -441,10 +437,6 @@ def docfx(session): os.path.join("docs", "_build", "html", ""), ) - # Customization: Add extra sections to the table of contents for the Classic vs Async clients - session.install("pyyaml") - session.run("python", "docs/scripts/patch_devsite_toc.py") - @nox.session(python="3.12") @nox.parametrize(