Skip to content

Commit 2cb0207

Browse files
committed
some more changes
1 parent 0dd7cc8 commit 2cb0207

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
suppress_warnings = ["image.not_readable"]
7373

74-
html_title = "" # f"PyroTGFork {version}"
74+
html_title = f"PyroTGFork {version}"
7575
html_theme = "furo"
7676
html_static_path = [os.path.abspath("static")]
7777
print("ABSOLUTE PATH", os.path.abspath("static"))
@@ -106,12 +106,12 @@
106106
}
107107
html_sidebars = {
108108
"**": [
109+
"sidebar/brand.html",
109110
"sidebar/search.html",
110111
"sidebar/scroll-start.html",
111112
"sidebar/navigation.html",
112113
# "sidebar/ethical-ads.html",
113114
"sidebar/scroll-end.html",
114-
"sidebar/brand.html",
115115
]
116116
}
117117
latex_engine = "xelatex"

docs/source/releases/changes-in-this-fork.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ in reverse chronological order. You should read this when upgrading
77
to this fork to know where your code can break, and where
88
it can take advantage of new goodies!
99

10-
`For a more detailed description, please check the commits. <https://github.com/TelegramPlayGround/pyrogram/commits/dev/>`_
10+
`For a more detailed description, please check the commits. <https://github.com/TelegramPlayGround/pyrogram/commits/dev/>`__
1111

12-
If you found any issue or have any suggestions, feel free to make `an issue <https://github.com/TelegramPlayGround/pyrogram/issues>`_ on github.
12+
If you found any issue or have any suggestions, feel free to make `an issue <https://github.com/TelegramPlayGround/pyrogram/issues>`__ on github.
1313

1414
Breaking Changes in this Fork
1515
==============================
1616

1717
- In :meth:`~pyrogram.Client.download_media`, if the message is a :obj:`~pyrogram.types.PaidMediaInfo` with more than one ``paid_media`` **and** ``idx`` was not specified, then a list of paths or binary file-like objects is returned.
18-
- Make :meth:`~pyrogram.Client.get_messages` accept only keyword-only arguments. `48d4230 <https://github.com/TelegramPlayGround/pyrogram/commit/48d42304f3ee51034d515919320634935e6b2c83>`_
19-
- PR `#115 <https://github.com/TelegramPlayGround/pyrogram/pull/115>`_ This `change <https://github.com/pyrogram/pyrogram/pull/966#issuecomment-1108858881>`_ breaks some usages with offset-naive and offset-aware datetimes.
20-
- PR from upstream: `#1411 <https://github.com/pyrogram/pyrogram/pull/1411>`_ without attribution.
18+
- Make :meth:`~pyrogram.Client.get_messages` accept only keyword-only arguments. `48d4230 <https://github.com/TelegramPlayGround/pyrogram/commit/48d42304f3ee51034d515919320634935e6b2c83>`__
19+
- PR `#115 <https://github.com/TelegramPlayGround/pyrogram/pull/115>`__ This `change <https://github.com/pyrogram/pyrogram/pull/966#issuecomment-1108858881>`__ breaks some usages with offset-naive and offset-aware datetimes.
20+
- PR from upstream: `#1411 <https://github.com/pyrogram/pyrogram/pull/1411>`__ without attribution.
2121

2222
Changes in this Fork
2323
=====================

0 commit comments

Comments
 (0)