2
0
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:
Dan 2019-10-19 16:25:32 +02:00
parent 51cd186559
commit ff561f93c9

View File

@ -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"