mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 04:58:12 +00:00
Danny pls
This commit is contained in:
parent
49927d5d8a
commit
6f41bc8238
3 changed files with 12 additions and 24 deletions
31
docs/conf.py
31
docs/conf.py
|
@ -1,16 +1,3 @@
|
|||
#
|
||||
# discord.py documentation build configuration file, created by
|
||||
# sphinx-quickstart on Fri Aug 21 05:43:30 2015.
|
||||
#
|
||||
# This file is execfile()d with the current directory set to its
|
||||
# containing dir.
|
||||
#
|
||||
# Note that not all possible configuration values are present in this
|
||||
# autogenerated file.
|
||||
#
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
import logging
|
||||
import sys
|
||||
import os
|
||||
|
@ -51,7 +38,7 @@ autodoc_typehints = 'none'
|
|||
# napoleon_attr_annotations = False
|
||||
|
||||
extlinks = {
|
||||
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'),
|
||||
'issue': ('https://github.com/VarMonke/Github-Api-Wrapper/issues/%s', 'GH-'),
|
||||
}
|
||||
|
||||
# Links used for cross-referencing stuff in other documentation
|
||||
|
@ -81,8 +68,8 @@ source_suffix = '.rst'
|
|||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'discord.py'
|
||||
copyright = '2015-present, Rapptz'
|
||||
project = 'Github-API-Wrapper'
|
||||
copyright = '2022 - Present, VarMonke & sudosnok'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
@ -175,10 +162,10 @@ html_context = {
|
|||
}
|
||||
|
||||
resource_links = {
|
||||
'discord': 'https://discord.gg/r3sSKJJ',
|
||||
'issues': 'https://github.com/Rapptz/discord.py/issues',
|
||||
'discussions': 'https://github.com/Rapptz/discord.py/discussions',
|
||||
'examples': f'https://github.com/Rapptz/discord.py/tree/{branch}/examples',
|
||||
'discord': 'https://discord.gg/W2SDTtMrZA',
|
||||
'issues': 'https://github.com/VarMonke/Github-Api-Wrapper/issues',
|
||||
'discussions': 'https://github.com/VarMonke/Github-Api-Wrapper/discussions',
|
||||
'examples': f'https://github.com/VarMonke/Github-Api-Wrapper/examples',
|
||||
}
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
|
@ -365,5 +352,5 @@ texinfo_documents = [
|
|||
def setup(app):
|
||||
if app.config.language == 'ja':
|
||||
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
|
||||
app.config.html_context['discord_invite'] = 'DWhwsQ5TsT'
|
||||
app.config.resource_links['discord'] = 'DWhwsQ5TsT'
|
||||
app.config.html_context['discord_invite'] = 'W2SDTtMrZA'
|
||||
app.config.resource_links['discord'] = 'W2SDTtMrZA'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue