Skip to content

Commit

Permalink
chore: corrects repository URL (#188)
Browse files Browse the repository at this point in the history
* chore: corrects repository URL

* chore: pins sphinx<3.0.0
  • Loading branch information
danoscarmike authored May 13, 2020
1 parent d0bbd1c commit 3df0ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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 packages/google-cloud-dialogflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author="Google LLC",
author_email="googleapis-packages@google.com",
license="Apache 2.0",
url="https://github.com/dialogflow/dialogflow-python-client-v2",
url="https://github.com/googleapis/dialogflow-python-client-v2",
classifiers=[
release_status,
"Intended Audience :: Developers",
Expand Down

0 comments on commit 3df0ee5

Please sign in to comment.