-
Notifications
You must be signed in to change notification settings - Fork 324
[CHANGE ME] Re-generated to pick up changes from synthtool. #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
a5c5295
09bae54
27be9dc
192cdfb
68baad9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
autosynth cannot find the source of changes triggered by earlier changes in this
repository, or by version upgrades to tools such as linters.- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,12 +90,7 @@ | |
|
|
||
| # List of patterns, relative to source directory, that match files and | ||
| # directories to ignore when looking for source files. | ||
| exclude_patterns = [ | ||
| "_build", | ||
| "samples/AUTHORING_GUIDE.md", | ||
| "samples/CONTRIBUTING.md", | ||
| "samples/snippets/README.rst", | ||
| ] | ||
| exclude_patterns = ["_build"] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, this change breaks the docs build. |
||
|
|
||
| # The reST default role (used for this markup: `text`) to use for all | ||
| # documents. | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this is the cause.