From 909573ce9da2819eeb835909c795d29aea5c724e Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:55:27 -0400 Subject: [PATCH] chore: remove pinned Sphinx version [autoapprove] (#1817) chore: remove pinned Sphinx version --- synthtool/gcp/templates/python_library/noxfile.py.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/synthtool/gcp/templates/python_library/noxfile.py.j2 b/synthtool/gcp/templates/python_library/noxfile.py.j2 index 86ebce926..7bbdc43eb 100644 --- a/synthtool/gcp/templates/python_library/noxfile.py.j2 +++ b/synthtool/gcp/templates/python_library/noxfile.py.j2 @@ -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)