Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit b85c8d3

Browse files
chore: remove u'' prefixes from strings in docs/conf.py (#702)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
1 parent 8cfdda8 commit b85c8d3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
3+
digest: sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
master_doc = "index"
8181

8282
# General information about the project.
83-
project = u"google-cloud-bigquery"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "google-cloud-bigquery"
84+
copyright = "2019, Google"
85+
author = "Google APIs"
8686

8787
# The version info for the project you're documenting, acts as replacement for
8888
# |version| and |release|, also used in various other places throughout the
@@ -282,7 +282,7 @@
282282
(
283283
master_doc,
284284
"google-cloud-bigquery.tex",
285-
u"google-cloud-bigquery Documentation",
285+
"google-cloud-bigquery Documentation",
286286
author,
287287
"manual",
288288
)
@@ -317,7 +317,7 @@
317317
(
318318
master_doc,
319319
"google-cloud-bigquery",
320-
u"google-cloud-bigquery Documentation",
320+
"google-cloud-bigquery Documentation",
321321
[author],
322322
1,
323323
)
@@ -336,7 +336,7 @@
336336
(
337337
master_doc,
338338
"google-cloud-bigquery",
339-
u"google-cloud-bigquery Documentation",
339+
"google-cloud-bigquery Documentation",
340340
author,
341341
"google-cloud-bigquery",
342342
"google-cloud-bigquery Library",

0 commit comments

Comments
 (0)