From 8a46b81728cb31e7a5685992569af56e1468b051 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 12 Aug 2021 08:16:18 -0700 Subject: [PATCH] chore: ignore .nox for docs builds (#104) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/7baec081-1596-4697-93e2-37d5b47394f8/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- packages/google-cloud-compute/docs/conf.py | 1 + packages/google-cloud-compute/synth.metadata | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-compute/docs/conf.py b/packages/google-cloud-compute/docs/conf.py index 3eda874a8b49..957061016bd4 100644 --- a/packages/google-cloud-compute/docs/conf.py +++ b/packages/google-cloud-compute/docs/conf.py @@ -110,6 +110,7 @@ # directories to ignore when looking for source files. exclude_patterns = [ "_build", + "**/.nox/**/*", "samples/AUTHORING_GUIDE.md", "samples/CONTRIBUTING.md", "samples/snippets/README.rst", diff --git a/packages/google-cloud-compute/synth.metadata b/packages/google-cloud-compute/synth.metadata index 0d77eaee844f..85d23d5e7db0 100644 --- a/packages/google-cloud-compute/synth.metadata +++ b/packages/google-cloud-compute/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-compute.git", - "sha": "ba64ba1a49273aefd2304d8a973a2a41b12f724a" + "sha": "db0404c7849147dcc5bafe797e23cdb5364b381b" } }, {