diff --git a/.readthedocs.yml b/.readthedocs.yml index 5e14cbfe2..683b1f13d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,7 +20,7 @@ python: path: . build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3" # latest stable cpython version jobs: diff --git a/AUTHORS.rst b/AUTHORS.rst index 73ac327f0..8851cee16 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -5,13 +5,12 @@ Credits `Leandro Toledo `_. The current development team includes -- `Hinrich Mahler `_ (maintainer) -- `Poolitzer `_ (community liaison) -- `Harshil `_ +- `Poolitzer `_ (maintainer) +- `Harshil `_ (maintainer) - `Abdelrahman `_ Emeritus maintainers include -`Jannes Höke `_ (`@jh0ker `_ on Telegram), +`Hinrich Mahler `_, `Jannes Höke `_ (`@jh0ker `_ on Telegram), `Noam Meltzer `_, `Pieter Schutz `_ and `Jasmin Bom `_. Contributors diff --git a/changes/unreleased/5119.CA8avHeQnMdHNFQKvonFK6.toml b/changes/unreleased/5119.CA8avHeQnMdHNFQKvonFK6.toml new file mode 100644 index 000000000..7da1bf912 --- /dev/null +++ b/changes/unreleased/5119.CA8avHeQnMdHNFQKvonFK6.toml @@ -0,0 +1,5 @@ +highlights = "Hand over Maintainer Role from `Bibo-Joshi `_ to `Poolitzer `_ and `Harshil `_" + +[[pull_requests]] +uid = "5119" +author_uids = ["Bibo-Joshi"] diff --git a/docs/source/conf.py b/docs/source/conf.py index fc50def6d..309d718d9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -126,6 +126,10 @@ linkcheck_ignore = [ re.escape("https://docs.python-telegram-bot.org/en/doc-fixes"), # Apparently has some human-verification check and gives 403 in the sphinx build re.escape("https://stackoverflow.com/questions/tagged/python-telegram-bot"), + # Dead Github accounts: + re.escape("https://github.com/SmartDever02"), + re.escape("https://github.com/renovate[bot]"), + re.escape("https://github.com/roast-lord"), ] linkcheck_allowed_redirects = { # Redirects to the default version are okay diff --git a/src/telegram/_bot.py b/src/telegram/_bot.py index 61304a5c1..7a70fdf29 100644 --- a/src/telegram/_bot.py +++ b/src/telegram/_bot.py @@ -5964,7 +5964,6 @@ class Bot(TelegramObject, contextlib.AbstractAsyncContextManager["Bot"]): administrator privilege. .. versionadded:: 13.4 - can_manage_video_chats (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can manage video chats. @@ -6000,7 +5999,7 @@ class Bot(TelegramObject, contextlib.AbstractAsyncContextManager["Bot"]): .. versionadded:: 20.6 can_edit_stories (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can edit stories posted by other users, post stories to the chat page, pin chat - stories, and access the chat's story archive + stories, and access the chat's story archive. .. versionadded:: 20.6 can_delete_stories (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can @@ -6009,7 +6008,7 @@ class Bot(TelegramObject, contextlib.AbstractAsyncContextManager["Bot"]): .. versionadded:: 20.6 can_manage_direct_messages (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can manage direct messages within the channel and decline suggested - posts; for channels only + posts; for channels only. .. versionadded:: 22.4 can_manage_tags (:obj:`bool`, optional): Pass :obj:`True`, if the administrator can diff --git a/src/telegram/_chatmember.py b/src/telegram/_chatmember.py index f5129b509..5f5b04922 100644 --- a/src/telegram/_chatmember.py +++ b/src/telegram/_chatmember.py @@ -322,7 +322,7 @@ class ChatMemberAdministrator(ChatMember): .. versionadded:: 20.0 custom_title (:obj:`str`): Optional. Custom title for this user. - can_manage_direct_messages (:obj:`bool`, optional): :obj:`True`, if the administrator can + can_manage_direct_messages (:obj:`bool`): Optional. :obj:`True`, if the administrator can manage direct messages of the channel and decline suggested posts; for channels only. .. versionadded:: 22.4