File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 11:orphan:
22
3- Master
3+ 2.8.0
44======
55- TwitchIO
66 - Additions
@@ -31,13 +31,6 @@ Master
3131 - ``Optional[T] `` / ``T | None ``
3232 - ``Annotated[T, converter] `` (accessible through the ``typing_extensions `` module on older python versions)
3333
34- - ext.commands
35- - Additions
36- - Added support for the following typing constructs in command signatures:
37- - ``Union[A, B] `` / ``A | B ``
38- - ``Optional[T] `` / ``T | None ``
39- - ``Annotated[T, converter] `` (accessible through the ``typing_extensions `` module on older python versions)
40-
4134- Docs
4235 - Added walkthrough for ext.commands
4336
Original file line number Diff line number Diff line change 2626
2727on_rtd = os .environ .get ("READTHEDOCS" ) == "True"
2828project = "TwitchIO"
29- copyright = "2022 , TwitchIO"
30- author = "TwitchIO "
29+ copyright = "2023 , TwitchIO"
30+ author = "PythonistaGuild "
3131
3232# The full version, including alpha/beta/rc tags
3333release = ''
4646 "sphinxcontrib.asyncio" ,
4747 "sphinx.ext.intersphinx" ,
4848 "attributetable" ,
49- "sphinxext.opengraph"
49+ "sphinxext.opengraph" ,
50+ "sphinx.ext.napoleon"
5051]
5152
5253# OpenGraph Meta Tags
9394html_js_files = ["js/custom.js" ]
9495
9596
96- extensions .append ("sphinx.ext.napoleon" )
97-
9897napoleon_use_rtype = False
9998napoleon_google_docstring = False
10099napoleon_numpy_docstring = True
Original file line number Diff line number Diff line change 2828__author__ = "TwitchIO, PythonistaGuild"
2929__license__ = "MIT"
3030__copyright__ = "Copyright 2017-2022 (c) TwitchIO"
31- __version__ = "2.7 .0"
31+ __version__ = "2.8 .0"
3232
3333from .client import Client
3434from .user import *
You can’t perform that action at this time.
0 commit comments