mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 10:28:00 +00:00
Add sphinx_copybutton extension for easy copy pasting from snippets
Thanks @ColinTheShark
This commit is contained in:
parent
51cd186559
commit
ff561f93c9
@ -34,7 +34,8 @@ author = "Dan"
|
|||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
"sphinx.ext.napoleon",
|
"sphinx.ext.napoleon",
|
||||||
"sphinx.ext.autosummary"
|
"sphinx.ext.autosummary",
|
||||||
|
"sphinx_copybutton"
|
||||||
]
|
]
|
||||||
|
|
||||||
master_doc = "index"
|
master_doc = "index"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user