|
1 | 1 | #
|
2 |
| -# discord.py documentation build configuration file, created by |
| 2 | +# pycord documentation build configuration file, created by |
3 | 3 | # sphinx-quickstart on Fri Aug 21 05:43:30 2015.
|
4 | 4 | #
|
5 | 5 | # This file is execfile()d with the current directory set to its
|
|
80 | 80 |
|
81 | 81 | # General information about the project.
|
82 | 82 | project = 'Pycord'
|
83 |
| -copyright = '2015-present, Rapptz' |
| 83 | +copyright = '2015-2021, Rapptz & 2021-present, Pycord Development' |
84 | 84 |
|
85 | 85 | # The version info for the project you're documenting, acts as replacement for
|
86 | 86 | # |version| and |release|, also used in various other places throughout the
|
|
159 | 159 | html_theme = 'basic'
|
160 | 160 |
|
161 | 161 | html_context = {
|
162 |
| - 'discord_invite': 'https://discord.gg/UCXwPR7Pew', |
| 162 | + 'discord_invite': 'https://discord.gg/rdXkRJG7pS', |
163 | 163 | 'discord_extensions': [
|
164 | 164 | ('discord.ext.commands', 'ext/commands'),
|
165 | 165 | ('discord.ext.tasks', 'ext/tasks'),
|
166 | 166 | ],
|
167 | 167 | }
|
168 | 168 |
|
169 | 169 | resource_links = {
|
170 |
| - 'discord': 'https://discord.gg/UCXwPR7Pew', |
| 170 | + 'discord': 'https://discord.gg/rdXkRJG7pS', |
171 | 171 | 'issues': 'https://github.com/Pycord-Development/pycord/issues',
|
172 | 172 | 'discussions': 'https://github.com/Pycord-Development/pycord/discussions',
|
173 | 173 | 'examples': f'https://github.com/Pycord-Development/pycord/tree/{branch}/examples',
|
|
293 | 293 | # (source start file, target name, title,
|
294 | 294 | # author, documentclass [howto, manual, or own class]).
|
295 | 295 | latex_documents = [
|
296 |
| - ('index', 'discord.py.tex', 'discord.py Documentation', |
297 |
| - 'Rapptz', 'manual'), |
| 296 | + ('index', 'pycord.tex', 'pycord Documentation', |
| 297 | + 'Pycord Development', 'manual'), |
298 | 298 | ]
|
299 | 299 |
|
300 | 300 | # The name of an image file (relative to this directory) to place at the top of
|
|
323 | 323 | # One entry per manual page. List of tuples
|
324 | 324 | # (source start file, name, description, authors, manual section).
|
325 | 325 | man_pages = [
|
326 |
| - ('index', 'discord.py', 'discord.py Documentation', |
327 |
| - ['Rapptz'], 1) |
| 326 | + ('index', 'pycord', 'pycord Documentation', |
| 327 | + ['Pycord Development'], 1) |
328 | 328 | ]
|
329 | 329 |
|
330 | 330 | # If true, show URL addresses after external links.
|
|
337 | 337 | # (source start file, target name, title, author,
|
338 | 338 | # dir menu entry, description, category)
|
339 | 339 | texinfo_documents = [
|
340 |
| - ('index', 'discord.py', 'discord.py Documentation', |
341 |
| - 'Rapptz', 'discord.py', 'One line description of project.', |
| 340 | + ('index', 'pycord', 'pycord Documentation', |
| 341 | + 'Pycord Development', 'pycord', 'One line description of project.', |
342 | 342 | 'Miscellaneous'),
|
343 | 343 | ]
|
344 | 344 |
|
|
357 | 357 | def setup(app):
|
358 | 358 | if app.config.language == 'ja':
|
359 | 359 | app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
|
360 |
| - app.config.html_context['discord_invite'] = 'https://discord.gg/nXzj3dg' |
361 |
| - app.config.resource_links['discord'] = 'https://discord.gg/nXzj3dg' |
| 360 | + app.config.html_context['discord_invite'] = 'https://discord.gg/rdXkRJG7pS' |
| 361 | + app.config.resource_links['discord'] = 'https://discord.gg/rdXkRJG7pS' |
0 commit comments