Skip to content

Commit fbddea8

Browse files
lukesneeringerlandrito
authored andcommitted
Fix translate docs build. (googleapis#3688)
1 parent 332972a commit fbddea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/translate/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Translation Client
22
==================
33

4-
.. automodule:: google.cloud.translate.client
4+
.. automodule:: google.cloud.translate_v2.client
55
:members:
66
:undoc-members:
77
:show-inheritance:

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ def docs(session):
3030
# Install Sphinx and also all of the google-cloud-* packages.
3131
session.chdir(os.path.realpath(os.path.dirname(__file__)))
3232
session.install('Sphinx >= 1.6.2', 'sphinx_rtd_theme')
33+
session.install('.')
3334
session.install(
3435
'core/', 'bigquery/', 'bigtable/', 'datastore/', 'dns/', 'language/',
3536
'logging/', 'error_reporting/', 'monitoring/', 'pubsub/',
3637
'resource_manager/', 'runtimeconfig/', 'spanner/', 'speech/',
3738
'storage/', 'trace/', 'translate/', 'vision/',
3839
)
39-
session.install('-e', '.')
4040

4141
# Build the docs!
4242
session.run('bash', './test_utils/scripts/update_docs.sh')

0 commit comments

Comments
 (0)