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:
- [mplsignal](https://mplsignal.readthedocs.io/)
- [jupyters-sphinx](https://jupyter-sphinx.readthedocs.io/)
- [qtgallery](https://github.com/ixjlyons/qtgallery)
- [sphinx-copybutton](https://sphinx-copybutton.readthedocs.io/)
### Using setuptools to create a package
......
......@@ -28,6 +28,7 @@ extensions = [
'sphinx_gallery.gen_gallery',
'numpydoc', # Needs to be loaded *after* autodoc.
'jupyter_sphinx',
'sphinx_copybutton',
# 'qtgallery',
]
......
......@@ -5,3 +5,4 @@ sphinx-gallery
mplsignal
jupyter-sphinx
qtgallery
sphinx-copybutton
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment