Skip to content

Commit 91b406a

Browse files
yoshi-automationtseaver
authored andcommitted
chore(py_library): add some excludes in docs/conf.py (googleapis#233)
This should fix build failures in python-bigquery. Example: googleapis/python-bigquery#205 Source-Author: Takashi Matsuo <tmatsuo@google.com> Source-Date: Mon Aug 3 15:08:00 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 4f8f5dc24af79694887385015294e4dbb214c352 Source-Link: googleapis/synthtool@4f8f5dc Co-authored-by: Tres Seaver <tseaver@palladion.com>
1 parent 2302133 commit 91b406a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
sys.path.insert(0, os.path.abspath(".."))
2222

2323
# For plugins that can not read conf.py.
24+
# See also: https://github.com/docascode/sphinx-docfx-yaml/issues/85
2425
sys.path.insert(0, os.path.abspath("."))
2526

2627
__version__ = ""
@@ -93,7 +94,12 @@
9394

9495
# List of patterns, relative to source directory, that match files and
9596
# directories to ignore when looking for source files.
96-
exclude_patterns = ["_build"]
97+
exclude_patterns = [
98+
"_build",
99+
"samples/AUTHORING_GUIDE.md",
100+
"samples/CONTRIBUTING.md",
101+
"samples/snippets/README.rst",
102+
]
97103

98104
# The reST default role (used for this markup: `text`) to use for all
99105
# documents.

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-storage.git",
7-
"sha": "e089b286fcf6bc60cbc6b8639ed20e07c5e7c528"
7+
"sha": "e1f91fcca6c001bc3b0c5f759a7a003fcf60c0a6"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669"
14+
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)