From 0169f526738d2c250aef3bde1e00249c2cf5fa87 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 17 Jul 2024 17:31:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- noxfile.py | 8 -------- 1 file changed, 8 deletions(-) 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(