Merge pull request #2196 from choldgraf/copybutton

add a copy button to code cells
This commit is contained in:
Min RK
2018-09-27 14:13:56 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.napoleon',
'autodoc_traits',
'sphinx_copybutton'
]
templates_path = ['_templates']