-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore: librarian generate pull request: 20251212T192037Z #14964
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 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Copyright 2023 Google LLC | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| description: Allow documentation warnings for google-shopping-merchant-accounts due to formatting issue in google/protobuf/empty.proto | ||
| url: https://github.com/googleapis/gapic-generator-python/issues/2490 | ||
| replacements: | ||
| - paths: [ | ||
| packages/google-shopping-merchant-accounts/noxfile.py, | ||
| ] | ||
| before: ' "-W", # warnings as errors\n' | ||
| after: '' | ||
| count: 1 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -378,7 +378,6 @@ def docs(session): | |
| shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) | ||
| session.run( | ||
| "sphinx-build", | ||
| "-W", # warnings as errors | ||
|
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. While removing the A more targeted approach would be to suppress only the specific "Unexpected indentation" warning. This can typically be achieved in the Sphinx If modifying
Contributor
Author
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. This is only a temporary workaround until googleapis/gapic-generator-python#2490 can be addressed. |
||
| "-T", # show full traceback on exception | ||
| "-N", # no colors | ||
| "-b", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.