Skip to content

Commit 47c2dd1

Browse files
committed
generated changes
1 parent bfb56dc commit 47c2dd1

File tree

1 file changed

+6
-6
lines changed
  • packages/google-cloud-spanner/docs

1 file changed

+6
-6
lines changed

packages/google-cloud-spanner/docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import os
2929
import shlex
3030
import sys
31-
import logging
3231
from typing import Any
3332

3433
# If extensions (or modules to document with autodoc) are in another directory,
@@ -83,9 +82,9 @@
8382
root_doc = "index"
8483

8584
# General information about the project.
86-
project = u"google-cloud-spanner"
87-
copyright = u"2025, Google, LLC"
88-
author = u"Google APIs"
85+
project = "google-cloud-spanner"
86+
copyright = "2025, Google, LLC"
87+
author = "Google APIs"
8988

9089
# The version info for the project you're documenting, acts as replacement for
9190
# |version| and |release|, also used in various other places throughout the
@@ -285,7 +284,7 @@
285284
(
286285
root_doc,
287286
"google-cloud-spanner.tex",
288-
u"google-cloud-spanner Documentation",
287+
"google-cloud-spanner Documentation",
289288
author,
290289
"manual",
291290
)
@@ -386,6 +385,7 @@
386385
napoleon_use_param = True
387386
napoleon_use_rtype = True
388387

388+
389389
# Setup for sphinx behaviors such as warning filters.
390390
class UnexpectedUnindentFilter(logging.Filter):
391391
"""Filter out warnings about unexpected unindentation following bullet lists."""
@@ -413,5 +413,5 @@ def setup(app: Any) -> None:
413413
"""
414414
# Sphinx's logger is hierarchical. Adding a filter to the
415415
# root 'sphinx' logger will catch warnings from all sub-loggers.
416-
logger = logging.getLogger('sphinx')
416+
logger = logging.getLogger("sphinx")
417417
logger.addFilter(UnexpectedUnindentFilter())

0 commit comments

Comments
 (0)