|
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 | +# |
16 | 17 | # google-cloud-resource-manager documentation build configuration file |
17 | 18 | # |
18 | 19 | # This file is execfile()d with the current directory set to its |
|
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 |
|
81 | 82 |
|
82 | 83 | # General information about the project. |
83 | 84 | project = "google-cloud-resource-manager" |
84 | | -copyright = "2019, Google" |
| 85 | +copyright = "2025, Google, LLC" |
85 | 86 | author = "Google APIs" |
86 | 87 |
|
87 | 88 | # The version info for the project you're documenting, acts as replacement for |
|
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 |
|
0 commit comments