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 = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.autosummary"
"sphinx.ext.autosummary",
"sphinx_copybutton"
]
master_doc = "index"