|
66 | 66 | # General information about the project. |
67 | 67 | project = "valkey-py" |
68 | 68 | current_year = datetime.datetime.now().year |
69 | | -copyright = f"{current_year}, Valkey Inc" |
| 69 | +copyright = f"{current_year}, Redis Ltd" |
70 | 70 |
|
71 | 71 | # The version info for the project you're documenting, acts as replacement for |
72 | 72 | # |version| and |release|, also used in various other places throughout the |
|
229 | 229 | # (source start file, target name, title, author, documentclass |
230 | 230 | # [howto/manual]). |
231 | 231 | latex_documents = [ |
232 | | - ("index", "valkey-py.tex", "valkey-py Documentation", "Valkey Inc", "manual") |
| 232 | + ("index", "valkey-py.tex", "valkey-py Documentation", "Valkey", "manual") |
233 | 233 | ] |
234 | 234 |
|
235 | 235 | # The name of an image file (relative to this directory) to place at the top of |
|
273 | 273 | "index", |
274 | 274 | "valkey-py", |
275 | 275 | "valkey-py Documentation", |
276 | | - "Valkey Inc", |
| 276 | + "Valkey", |
277 | 277 | "valkey-py", |
278 | 278 | "One line description of project.", |
279 | 279 | "Miscellaneous", |
|
290 | 290 | # texinfo_show_urls = 'footnote' |
291 | 291 |
|
292 | 292 | epub_title = "valkey-py" |
293 | | -epub_author = "Valkey Inc" |
294 | | -epub_publisher = "Valkey Inc" |
295 | | -epub_copyright = "2023, Valkey Inc" |
| 293 | +epub_author = "Valkey" |
| 294 | +epub_publisher = "Valkey" |
| 295 | +epub_copyright = "2023, Redis Ltd" |
0 commit comments