Skip to content

Commit

Permalink
[CHANGE ME] Re-generated translate to pick up changes in the API or c…
Browse files Browse the repository at this point in the history
…lient library generator.
  • Loading branch information
yoshi-automation committed Apr 10, 2019
1 parent 93f8d71 commit 5d7f2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
20 changes: 0 additions & 20 deletions translate/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

from __future__ import absolute_import
import os
import shutil

import nox

Expand Down Expand Up @@ -139,22 +138,3 @@ def cover(session):
session.run("coverage", "report", "--show-missing", "--fail-under=100")

session.run("coverage", "erase")

@nox.session(python='3.6')
def docs(session):
"""Build the docs."""

session.install('sphinx', 'alabaster', 'recommonmark')
session.install('-e', '.')

shutil.rmtree(os.path.join('docs', '_build'), ignore_errors=True)
session.run(
'sphinx-build',
'-W', # warnings as errors
'-T', # show full traceback on exception
'-N', # no colors
'-b', 'html',
'-d', os.path.join('docs', '_build', 'doctrees', ''),
os.path.join('docs', ''),
os.path.join('docs', '_build', 'html', ''),
)
8 changes: 4 additions & 4 deletions translate/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-04-08T22:42:12.391231Z",
"updateTime": "2019-04-10T12:26:25.517381Z",
"sources": [
{
"generator": {
Expand All @@ -11,9 +11,9 @@
{
"git": {
"name": "googleapis",
"remote": "git@github.com:googleapis/googleapis.git",
"sha": "9a02c5acecb43f38fae4fa52c6420f21c335b888",
"internalRef": "242170119"
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3f57de2fbe951640b587d9c2d503daf554747749",
"internalRef": "242707837"
}
},
{
Expand Down

0 comments on commit 5d7f2bc

Please sign in to comment.