|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -# Copyright 2024 Google LLC |
| 2 | +# Copyright 2025 Google LLC |
3 | 3 | # |
4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | # you may not use this file except in compliance with the License. |
6 | 6 | # You may obtain a copy of the License at |
7 | 7 | # |
8 | | -# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 | # |
10 | 10 | # Unless required by applicable law or agreed to in writing, software |
11 | 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
12 | 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 | 13 | # See the License for the specific language governing permissions and |
14 | 14 | # limitations under the License. |
15 | 15 | # |
16 | | -# google-cloud-spanner documentation build configuration file |
| 16 | +# |
| 17 | +# google-cloud-spanner-admin-instance documentation build configuration file |
17 | 18 | # |
18 | 19 | # This file is execfile()d with the current directory set to its |
19 | 20 | # containing dir. |
|
42 | 43 | # -- General configuration ------------------------------------------------ |
43 | 44 |
|
44 | 45 | # If your documentation needs a minimal Sphinx version, state it here. |
45 | | -needs_sphinx = "1.5.5" |
| 46 | +needs_sphinx = "4.5.0" |
46 | 47 |
|
47 | 48 | # Add any Sphinx extension module names here, as strings. They can be |
48 | 49 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
|
80 | 81 | root_doc = "index" |
81 | 82 |
|
82 | 83 | # General information about the project. |
83 | | -project = "google-cloud-spanner" |
84 | | -copyright = "2019, Google" |
85 | | -author = "Google APIs" |
| 84 | +project = u"google-cloud-spanner-admin-instance" |
| 85 | +copyright = u"2025, Google, LLC" |
| 86 | +author = u"Google APIs" |
86 | 87 |
|
87 | 88 | # The version info for the project you're documenting, acts as replacement for |
88 | 89 | # |version| and |release|, also used in various other places throughout the |
|
154 | 155 | # further. For a list of options available for each theme, see the |
155 | 156 | # documentation. |
156 | 157 | html_theme_options = { |
157 | | - "description": "Google Cloud Client Libraries for google-cloud-spanner", |
| 158 | + "description": "Google Cloud Client Libraries for google-cloud-spanner-admin-instance", |
158 | 159 | "github_user": "googleapis", |
159 | | - "github_repo": "python-spanner", |
| 160 | + "github_repo": "google-cloud-python", |
160 | 161 | "github_banner": True, |
161 | 162 | "font_family": "'Roboto', Georgia, sans", |
162 | 163 | "head_font_family": "'Roboto', Georgia, serif", |
|
248 | 249 | # html_search_scorer = 'scorer.js' |
249 | 250 |
|
250 | 251 | # Output file base name for HTML help builder. |
251 | | -htmlhelp_basename = "google-cloud-spanner-doc" |
| 252 | +htmlhelp_basename = "google-cloud-spanner-admin-instance-doc" |
252 | 253 |
|
253 | 254 | # -- Options for warnings ------------------------------------------------------ |
254 | 255 |
|
|
266 | 267 |
|
267 | 268 | latex_elements = { |
268 | 269 | # The paper size ('letterpaper' or 'a4paper'). |
269 | | - #'papersize': 'letterpaper', |
| 270 | + # 'papersize': 'letterpaper', |
270 | 271 | # The font size ('10pt', '11pt' or '12pt'). |
271 | | - #'pointsize': '10pt', |
| 272 | + # 'pointsize': '10pt', |
272 | 273 | # Additional stuff for the LaTeX preamble. |
273 | | - #'preamble': '', |
| 274 | + # 'preamble': '', |
274 | 275 | # Latex figure (float) alignment |
275 | | - #'figure_align': 'htbp', |
| 276 | + # 'figure_align': 'htbp', |
276 | 277 | } |
277 | 278 |
|
278 | 279 | # Grouping the document tree into LaTeX files. List of tuples |
|
281 | 282 | latex_documents = [ |
282 | 283 | ( |
283 | 284 | root_doc, |
284 | | - "google-cloud-spanner.tex", |
285 | | - "google-cloud-spanner Documentation", |
| 285 | + "google-cloud-spanner-admin-instance.tex", |
| 286 | + u"google-cloud-spanner-admin-instance Documentation", |
286 | 287 | author, |
287 | 288 | "manual", |
288 | 289 | ) |
|
316 | 317 | man_pages = [ |
317 | 318 | ( |
318 | 319 | root_doc, |
319 | | - "google-cloud-spanner", |
320 | | - "google-cloud-spanner Documentation", |
| 320 | + "google-cloud-spanner-admin-instance", |
| 321 | + "google-cloud-spanner-admin-instance Documentation", |
321 | 322 | [author], |
322 | 323 | 1, |
323 | 324 | ) |
|
335 | 336 | texinfo_documents = [ |
336 | 337 | ( |
337 | 338 | root_doc, |
338 | | - "google-cloud-spanner", |
339 | | - "google-cloud-spanner Documentation", |
| 339 | + "google-cloud-spanner-admin-instance", |
| 340 | + "google-cloud-spanner-admin-instance Documentation", |
340 | 341 | author, |
341 | | - "google-cloud-spanner", |
342 | | - "google-cloud-spanner Library", |
| 342 | + "google-cloud-spanner-admin-instance", |
| 343 | + "google-cloud-spanner-admin-instance Library", |
343 | 344 | "APIs", |
344 | 345 | ) |
345 | 346 | ] |
|
0 commit comments