File tree Expand file tree Collapse file tree
synthtool/gcp/templates/python_library/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import shlex
2121sys.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
2425sys.path.insert(0, os.path.abspath("."))
2526
2627__version__ = "{{ metadata['version'] }}"
@@ -93,7 +94,12 @@ language = None
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.
You can’t perform that action at this time.
0 commit comments