Skip to content

Commit

Permalink
chore: fix synth replace for sphinx (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jul 1, 2020
1 parent 281b7fc commit feb9e88
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-trace/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-trace.git",
"sha": "74df351491d4e52efa728a2c42b3c5b6ea158812"
"sha": "95ffd4e247b48d055bbe626f8231792bf0015d20"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-trace/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
s.move(templated_files)

# TODO(busunkim): Use latest sphinx after microgenerator transition
s.replace("noxfile.py", '"sphinx"', '"sphinx<3.0.0"')
s.replace("noxfile.py", '['"]sphinx["']', '"sphinx<3.0.0"')

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit feb9e88

Please sign in to comment.