Skip to content

Commit 9aafbe5

Browse files
yoshi-automationbusunkim96
authored andcommitted
Update noxfile (via synth). (googleapis#7836)
1 parent 8ab81a2 commit 9aafbe5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

speech/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def cover(session):
144144
def docs(session):
145145
"""Build the docs for this library."""
146146

147+
session.install('-e', '.')
147148
session.install('sphinx', 'alabaster', 'recommonmark')
148-
session.install('-e' , '.')
149149

150150
shutil.rmtree(os.path.join('docs', '_build'), ignore_errors=True)
151151
session.run(

speech/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-04-23T12:29:16.963692Z",
2+
"updateTime": "2019-05-01T12:14:39.177368Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.17.0",
8-
"dockerImage": "googleapis/artman@sha256:c58f4ec3838eb4e0718eb1bccc6512bd6850feaa85a360a9e38f6f848ec73bc2"
7+
"version": "0.17.1",
8+
"dockerImage": "googleapis/artman@sha256:a40ca4dd4ef031c0ded4df4909ffdf7b3f20d29b23e682ef991eb60ba0ca6025"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "547e19e7df398e9290e8e3674d7351efc500f9b0",
16-
"internalRef": "244712781"
15+
"sha": "316b54c401ab9bc08ed71cb362915b9e7a23bb05",
16+
"internalRef": "246014263"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)