mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-22 22:17:40 +00:00
Danny pls
This commit is contained in:
parent
49927d5d8a
commit
6f41bc8238
3 changed files with 12 additions and 24 deletions
|
@ -1,5 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2015-present Rapptz
|
||||||
Copyright (c) 2022 - Present Rapptz, VarMonke and sudosnok
|
Copyright (c) 2022 - Present Rapptz, VarMonke and sudosnok
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
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 logging
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
@ -51,7 +38,7 @@ autodoc_typehints = 'none'
|
||||||
# napoleon_attr_annotations = False
|
# napoleon_attr_annotations = False
|
||||||
|
|
||||||
extlinks = {
|
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
|
# Links used for cross-referencing stuff in other documentation
|
||||||
|
@ -81,8 +68,8 @@ source_suffix = '.rst'
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'discord.py'
|
project = 'Github-API-Wrapper'
|
||||||
copyright = '2015-present, Rapptz'
|
copyright = '2022 - Present, VarMonke & sudosnok'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
@ -175,10 +162,10 @@ html_context = {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource_links = {
|
resource_links = {
|
||||||
'discord': 'https://discord.gg/r3sSKJJ',
|
'discord': 'https://discord.gg/W2SDTtMrZA',
|
||||||
'issues': 'https://github.com/Rapptz/discord.py/issues',
|
'issues': 'https://github.com/VarMonke/Github-Api-Wrapper/issues',
|
||||||
'discussions': 'https://github.com/Rapptz/discord.py/discussions',
|
'discussions': 'https://github.com/VarMonke/Github-Api-Wrapper/discussions',
|
||||||
'examples': f'https://github.com/Rapptz/discord.py/tree/{branch}/examples',
|
'examples': f'https://github.com/VarMonke/Github-Api-Wrapper/examples',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
|
@ -365,5 +352,5 @@ texinfo_documents = [
|
||||||
def setup(app):
|
def setup(app):
|
||||||
if app.config.language == 'ja':
|
if app.config.language == 'ja':
|
||||||
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
|
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
|
||||||
app.config.html_context['discord_invite'] = 'DWhwsQ5TsT'
|
app.config.html_context['discord_invite'] = 'W2SDTtMrZA'
|
||||||
app.config.resource_links['discord'] = 'DWhwsQ5TsT'
|
app.config.resource_links['discord'] = 'W2SDTtMrZA'
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
Welcome to Github-API-Wrapper.
|
Welcome to Github-API-Wrapper.
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
.. :: /images/snake.svg
|
.. image:: /images/snake.svg
|
||||||
.. :: /images/snake_dark.svg
|
.. image:: /images/snake_dark.svg
|
||||||
|
|
||||||
.. automodule:: github
|
.. automodule:: github
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue