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 f8712cc commit fdedd53Copy full SHA for fdedd53
.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
@@ -401,10 +401,9 @@ def docfx(session):
401
402
session.install("-e", ".")
403
session.install(
404
- "sphinx==4.0.1",
+ "gcp-sphinx-docfx-yaml",
405
"alabaster",
406
"recommonmark",
407
- "gcp-sphinx-docfx-yaml",
408
)
409
410
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
0 commit comments