Skip to content

Commit 8a43379

Browse files
Change docs theme to shibuya
1 parent ca6a86f commit 8a43379

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<br>
66
<b>Telegram MTProto API Framework for Python</b>
77
<br>
8-
<a href="https://kurigram.live">
8+
<a href="https://kurigram.icu">
99
Homepage
1010
</a>
1111
12-
<a href="https://docs.kurigram.live">
12+
<a href="https://docs.kurigram.icu">
1313
Documentation
1414
</a>
1515
@@ -40,7 +40,7 @@ async def hello(client, message):
4040
app.run()
4141
```
4242

43-
**Pyrogram** is a modern, elegant and asynchronous [MTProto API](https://docs.kurigram.live/topics/mtproto-vs-botapi)
43+
**Pyrogram** is a modern, elegant and asynchronous [MTProto API](https://docs.kurigram.icu/topics/mtproto-vs-botapi)
4444
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
4545
identity (bot API alternative) using Python.
4646

@@ -76,7 +76,7 @@ pip3 install https://github.com/KurimuzonAkuma/kurigram/archive/dev.zip --force-
7676

7777
### Resources
7878

79-
- Check out the [docs](https://docs.kurigram.live) to learn more about Pyrogram, get started right
79+
- Check out the [docs](https://docs.kurigram.icu) to learn more about Pyrogram, get started right
8080
away and discover more in-depth material for building your client applications.
8181
- Join the [official channel](https://t.me/kurigram_news) and stay tuned for news, updates and announcements.
8282
- Join the [official chat](https://t.me/kurigram_chat) to communicate with people.

compiler/api/template/type.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ else:
2323
raise TypeError("Base types can only be used for type checking purposes: "
2424
"you tried to use a base type instance as argument, "
2525
"but you need to instantiate one of its constructors instead. "
26-
"More info: https://docs.kurigram.live/telegram/base/{doc_name}")
26+
"More info: https://docs.kurigram.icu/telegram/base/{doc_name}")

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ keywords = [
5050
]
5151

5252
[project.urls]
53-
Homepage = "https://kurigram.live"
54-
Documentation = "https://docs.kurigram.live"
53+
Homepage = "https://kurigram.icu"
54+
Documentation = "https://docs.kurigram.icu"
5555
Source = "https://github.com/KurimuzonAkuma/pyrogram"
5656
Issues = "https://github.com/KurimuzonAkuma/pyrogram/issues"
5757
Community = "https://t.me/kurigram_chat"
@@ -67,9 +67,9 @@ dev = [
6767
]
6868

6969
docs = [
70-
"Sphinx<=8.2.3",
71-
"furo<=2025.7.19",
72-
"sphinx-autobuild<=2024.10.3",
70+
"Sphinx<=9.0.0",
71+
"shibuya<=2025.11.10",
72+
"sphinx-autobuild<=2025.8.25",
7373
"sphinx-copybutton<=0.5.2",
7474
"pygments<=2.19.2",
7575
]

0 commit comments

Comments
 (0)