We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c575d70 commit eae5c02Copy full SHA for eae5c02
.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
13
# limitations under the License.
14
docker:
15
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest: sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
17
-# created: 2023-06-03T21:25:37.968717478Z
+ digest: sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b
+# created: 2023-06-27T13:04:21.96690344Z
noxfile.py
@@ -306,10 +306,9 @@ def docfx(session):
306
307
session.install("-e", ".")
308
session.install(
309
- "sphinx==4.0.1",
+ "gcp-sphinx-docfx-yaml",
310
"alabaster",
311
"recommonmark",
312
- "gcp-sphinx-docfx-yaml",
313
)
314
315
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
0 commit comments