aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>2021-08-12 15:55:59 +0000
committerGitHub <noreply@github.com>2021-08-12 15:55:59 +0000
commit258ba4a0119dbd1426afcd79d2f549b4c0fb6ec6 (patch)
treeb5fcfb2c5026398fc43fb1b500b76ffed6fdb56c
parent6789e675814983cbd413dc045c11a7c7a176042c (diff)
downloadpython-api-core-258ba4a0119dbd1426afcd79d2f549b4c0fb6ec6.tar.gz
chore(python): avoid `.nox` directories when building docs (#249)
Source-Link: https://github.com/googleapis/synthtool/commit/7e1f6da50524b5d98eb67adbf6dd0805df54233d Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
-rw-r--r--.github/.OwlBot.lock.yaml2
-rw-r--r--docs/conf.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 9ee60f7..b771c37 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-python:latest
- digest: sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b
+ digest: sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
diff --git a/docs/conf.py b/docs/conf.py
index 9351604..aec958f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -110,6 +110,7 @@ language = None
# directories to ignore when looking for source files.
exclude_patterns = [
"_build",
+ "**/.nox/**/*",
"samples/AUTHORING_GUIDE.md",
"samples/CONTRIBUTING.md",
"samples/snippets/README.rst",