2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Add copy button prompt text to ignore

This commit is contained in:
Dan 2020-05-02 21:17:05 +02:00
parent 48e45fee9b
commit 3502153b70

View File

@ -52,6 +52,8 @@ napoleon_use_rtype = False
pygments_style = "friendly" pygments_style = "friendly"
copybutton_prompt_text = "$ "
html_title = "Pyrogram Documentation" html_title = "Pyrogram Documentation"
html_theme = "sphinx_rtd_theme" html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"] html_static_path = ["_static"]