diff --git a/docs/LICENSE b/docs/LICENSE index 808b4e0..6123073 100644 --- a/docs/LICENSE +++ b/docs/LICENSE @@ -1,5 +1,6 @@ MIT License +Copyright (c) 2015-present Rapptz Copyright (c) 2022 - Present Rapptz, VarMonke and sudosnok Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/docs/conf.py b/docs/conf.py index 300063b..83fc54f 100644 --- a/docs/conf.py +++ b/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' diff --git a/docs/index.rst b/docs/index.rst index f6ed05e..d813158 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,8 +6,8 @@ Welcome to Github-API-Wrapper. ============================================== -.. :: /images/snake.svg -.. :: /images/snake_dark.svg +.. image:: /images/snake.svg +.. image:: /images/snake_dark.svg .. automodule:: github