|
@@ -36,7 +36,8 @@ from recommonmark.transform import AutoStructify
|
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
|
# ones.
|
|
|
extensions = ['sphinx.ext.intersphinx',
|
|
|
- 'sphinx.ext.mathjax']
|
|
|
+ 'sphinx.ext.mathjax',
|
|
|
+ 'sphinx_copybutton']
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
|
templates_path = ['_templates']
|