Skip to content

Commit a114633

Browse files
yoshi-automationbusunkim96
authored andcommitted
Update noxfile (via synth). (#7803)
1 parent 5ea6ef8 commit a114633

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

websecurityscanner/noxfile.py

+1-1
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(

websecurityscanner/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-04-23T21:39:46.088381Z",
2+
"updateTime": "2019-04-25T12:14:24.010063Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "45199a22a4e47c8d53213d1ac4a5ad7f22382c56",
16-
"internalRef": "244925894"
15+
"sha": "25cbfd4a5386742f5968d69bd276a0436d23bd97",
16+
"internalRef": "245137805"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)