Skip to content
Snippets Groups Projects
Commit c079a7c2 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add copybutton to documentation

parent bbbd6e40
No related branches found
No related tags found
1 merge request!380Add copybutton to documentation
Pipeline #97178 passed
...@@ -55,6 +55,7 @@ To generate the documentation, the following additional packages are required: ...@@ -55,6 +55,7 @@ To generate the documentation, the following additional packages are required:
- [mplsignal](https://mplsignal.readthedocs.io/) - [mplsignal](https://mplsignal.readthedocs.io/)
- [jupyters-sphinx](https://jupyter-sphinx.readthedocs.io/) - [jupyters-sphinx](https://jupyter-sphinx.readthedocs.io/)
- [qtgallery](https://github.com/ixjlyons/qtgallery) - [qtgallery](https://github.com/ixjlyons/qtgallery)
- [sphinx-copybutton](https://sphinx-copybutton.readthedocs.io/)
### Using setuptools to create a package ### Using setuptools to create a package
......
...@@ -28,6 +28,7 @@ extensions = [ ...@@ -28,6 +28,7 @@ extensions = [
'sphinx_gallery.gen_gallery', 'sphinx_gallery.gen_gallery',
'numpydoc', # Needs to be loaded *after* autodoc. 'numpydoc', # Needs to be loaded *after* autodoc.
'jupyter_sphinx', 'jupyter_sphinx',
'sphinx_copybutton',
# 'qtgallery', # 'qtgallery',
] ]
......
...@@ -5,3 +5,4 @@ sphinx-gallery ...@@ -5,3 +5,4 @@ sphinx-gallery
mplsignal mplsignal
jupyter-sphinx jupyter-sphinx
qtgallery qtgallery
sphinx-copybutton
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment