Skip to content

Commit 83ab271

Browse files
chore(py_library): add some excludes in docs/conf.py (#34)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f498856f-a16e-4b52-95db-7be3aea04b9f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@4f8f5dc
1 parent 81e31d9 commit 83ab271

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/google-cloud-trace/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.

packages/google-cloud-trace/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669"
22+
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)