mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Merge pull request #2196 from choldgraf/copybutton
add a copy button to code cells
This commit is contained in:
@@ -20,3 +20,4 @@ dependencies:
|
||||
- async_generator
|
||||
- prometheus_client
|
||||
- attrs>=17.4.0
|
||||
- sphinx-copybutton
|
||||
|
@@ -3,3 +3,4 @@
|
||||
-r ../requirements.txt
|
||||
sphinx>=1.7
|
||||
recommonmark==0.4.0
|
||||
sphinx-copybutton
|
||||
|
@@ -21,6 +21,7 @@ extensions = [
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.napoleon',
|
||||
'autodoc_traits',
|
||||
'sphinx_copybutton'
|
||||
]
|
||||
|
||||
templates_path = ['_templates']
|
||||
|
Reference in New Issue
Block a user