Skip to content

Commit

Permalink
chore: remove pinned Sphinx version [autoapprove] (#1817)
Browse files Browse the repository at this point in the history
chore: remove pinned Sphinx version
  • Loading branch information
dandhlee authored Jun 27, 2023
1 parent cbe0100 commit 909573c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,9 @@ def docfx(session):

session.install("-e", ".")
session.install(
"sphinx==4.0.1",
"gcp-sphinx-docfx-yaml",
"alabaster",
"recommonmark",
"gcp-sphinx-docfx-yaml",
)

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
Expand Down

0 comments on commit 909573c

Please sign in to comment.