This repository was archived by the owner on Mar 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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__ = ""
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.
Original file line number Diff line number Diff line change 1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669 "
14+ "sha": "4f8f5dc24af79694887385015294e4dbb214c352 "
1515 }
1616 },
1717 {
1818 "git": {
1919 "name": "synthtool",
2020 "remote": "https://github.com/googleapis/synthtool.git",
21- "sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669 "
21+ "sha": "4f8f5dc24af79694887385015294e4dbb214c352 "
2222 }
2323 }
2424 ],
You can’t perform that action at this time.
0 commit comments