Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: regen
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jul 16, 2020
1 parent f0c8897 commit 1507a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -145,7 +145,7 @@ def docs(session):
"""Build the docs for this library."""

session.install("-e", ".")
session.install("sphinx", "alabaster", "recommonmark")
session.install("sphinx<3.0.0", "alabaster", "recommonmark")

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-dataproc.git",
"sha": "721ac80f8d1daa20cbb0b2a7cf1dbda4baf3c7dc"
"sha": "f0c8897e5124a553fb66ef20d9cd55d2ed912a6a"
}
},
{
Expand Down

0 comments on commit 1507a90

Please sign in to comment.