diff --git a/docs/source/conf.py b/docs/source/conf.py index 343b6f07..52e0f649 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -91,6 +91,8 @@ todo_include_todos = False # -- Options for HTML output ---------------------------------------------- +html_title = "Pyrogram Documentation" + # Overridden by template html_show_copyright = False diff --git a/docs/source/index.rst b/docs/source/index.rst index e1e3e5de..87867fc0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,3 +1,6 @@ +Welcome to Pyrogram +=================== + .. raw:: html

@@ -38,7 +41,7 @@

About -===== +----- Pyrogram is a fully functional Telegram Client Library written from the ground up in Python. It offers **simple** and **complete** access to the Telegram Messenger API and is designed for Python developers