Skip to content

Commit 29a7e16

Browse files
chore: pin to older sphinx (#40)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/e93a3b66-0b9d-4731-8049-5d33389af1dc/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@cd522c3
1 parent d07d55c commit 29a7e16

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/google-cloud-monitoring/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# autodoc/autosummary flags
4545
autoclass_content = "both"
46-
autodoc_default_flags = ["members"]
46+
autodoc_default_options = {"members": True}
4747
autosummary_generate = True
4848

4949

packages/google-cloud-monitoring/google/cloud/monitoring_v3/proto/common_pb2.py

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-monitoring/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def docs(session):
139139
"""Build the docs for this library."""
140140

141141
session.install("-e", ".")
142-
session.install("sphinx<3.0", "alabaster", "recommonmark")
142+
session.install("sphinx<3.0.0", "alabaster", "recommonmark")
143143

144144
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
145145
session.run(

packages/google-cloud-monitoring/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-monitoring.git",
7-
"sha": "4f8096b746b56dbd5fe627a8171c6ea559c92a26"
7+
"sha": "e45865745551f720d46e4f15e3da4e293c99f130"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "4e1d2cb79b02d7496b1452f91c518630c207145e"
22+
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
2323
}
2424
}
2525
],

packages/google-cloud-monitoring/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
s.move(templated_files)
117117

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

121121

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

0 commit comments

Comments
 (0)