mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Add sphinx_copybutton extension for easy copy pasting from snippets
Thanks @ColinTheShark
This commit is contained in:
parent
51cd186559
commit
ff561f93c9
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue