Skip to content

Commit

Permalink
Revert "chore: pin sphinx plugin version to working one (#715)" (#719)
Browse files Browse the repository at this point in the history
This reverts commit 5e9494e.
  • Loading branch information
dandhlee committed Jun 24, 2021
1 parent ab49213 commit b35e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -300,7 +300,7 @@ def docfx(session):

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

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

0 comments on commit b35e1ad

Please sign in to comment.