Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jul 17, 2024
1 parent 7ccfc60 commit 0169f52
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 0169f52

Please sign in to comment.