Skip to content

Commit b6b2495

Browse files
committed
fix docs conf
1 parent ce67f6c commit b6b2495

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/conf.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# discord.py documentation build configuration file, created by
2+
# pycord documentation build configuration file, created by
33
# sphinx-quickstart on Fri Aug 21 05:43:30 2015.
44
#
55
# This file is execfile()d with the current directory set to its
@@ -80,7 +80,7 @@
8080

8181
# General information about the project.
8282
project = 'Pycord'
83-
copyright = '2015-present, Rapptz'
83+
copyright = '2015-2021, Rapptz & 2021-present, Pycord Development'
8484

8585
# The version info for the project you're documenting, acts as replacement for
8686
# |version| and |release|, also used in various other places throughout the
@@ -159,15 +159,15 @@
159159
html_theme = 'basic'
160160

161161
html_context = {
162-
'discord_invite': 'https://discord.gg/UCXwPR7Pew',
162+
'discord_invite': 'https://discord.gg/rdXkRJG7pS',
163163
'discord_extensions': [
164164
('discord.ext.commands', 'ext/commands'),
165165
('discord.ext.tasks', 'ext/tasks'),
166166
],
167167
}
168168

169169
resource_links = {
170-
'discord': 'https://discord.gg/UCXwPR7Pew',
170+
'discord': 'https://discord.gg/rdXkRJG7pS',
171171
'issues': 'https://github.com/Pycord-Development/pycord/issues',
172172
'discussions': 'https://github.com/Pycord-Development/pycord/discussions',
173173
'examples': f'https://github.com/Pycord-Development/pycord/tree/{branch}/examples',
@@ -293,8 +293,8 @@
293293
# (source start file, target name, title,
294294
# author, documentclass [howto, manual, or own class]).
295295
latex_documents = [
296-
('index', 'discord.py.tex', 'discord.py Documentation',
297-
'Rapptz', 'manual'),
296+
('index', 'pycord.tex', 'pycord Documentation',
297+
'Pycord Development', 'manual'),
298298
]
299299

300300
# The name of an image file (relative to this directory) to place at the top of
@@ -323,8 +323,8 @@
323323
# One entry per manual page. List of tuples
324324
# (source start file, name, description, authors, manual section).
325325
man_pages = [
326-
('index', 'discord.py', 'discord.py Documentation',
327-
['Rapptz'], 1)
326+
('index', 'pycord', 'pycord Documentation',
327+
['Pycord Development'], 1)
328328
]
329329

330330
# If true, show URL addresses after external links.
@@ -337,8 +337,8 @@
337337
# (source start file, target name, title, author,
338338
# dir menu entry, description, category)
339339
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.',
342342
'Miscellaneous'),
343343
]
344344

@@ -357,5 +357,5 @@
357357
def setup(app):
358358
if app.config.language == 'ja':
359359
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

Comments
 (0)