Add copy button prompt text to ignore

This commit is contained in:
Dan 2020-05-02 21:17:05 +02:00
parent fd4bd754cc
commit 2563c1a6be

View File

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