Skip to content

Commit 44fb259

Browse files
committed
feat: generate libraries
1 parent 47e5526 commit 44fb259

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3980,7 +3980,7 @@ libraries:
39803980
tag_format: '{id}-v{version}'
39813981
- id: google-shopping-merchant-accounts
39823982
version: 1.2.0
3983-
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
3983+
last_generated_commit: 55ab9c6263bafb0ef1aa2d8722d190c1697bcbcb
39843984
apis:
39853985
- path: google/shopping/merchant/accounts/v1
39863986
service_config: merchantapi_v1.yaml

packages/google-shopping-merchant-accounts/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ def docs(session):
378378
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
379379
session.run(
380380
"sphinx-build",
381-
"-W", # warnings as errors
382381
"-T", # show full traceback on exception
383382
"-N", # no colors
384383
"-b",

0 commit comments

Comments
 (0)