Skip to content

Commit

Permalink
chore: unpin sphinx version to use sphinx plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee authored Nov 3, 2023
1 parent 056c30c commit 76b5469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,9 @@ def docfx(session):

session.install("-e", ".[tracing]")
session.install(
"sphinx==4.0.1",
"gcp-sphinx-docfx-yaml",
"alabaster",
"recommonmark",
"gcp-sphinx-docfx-yaml",
"django==2.2",
)

Expand Down

0 comments on commit 76b5469

Please sign in to comment.