mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adding copy button
This commit is contained in:
@@ -17,7 +17,7 @@ def setup(app):
|
|||||||
app.add_javascript("https://cdn.jsdelivr.net/npm/clipboard@1/dist/clipboard.min.js")
|
app.add_javascript("https://cdn.jsdelivr.net/npm/clipboard@1/dist/clipboard.min.js")
|
||||||
|
|
||||||
# Enable MathJax for Math
|
# Enable MathJax for Math
|
||||||
extensions = ['sphinx.ext.mathjax']
|
extensions = ['sphinx.ext.mathjax', 'sphinx_copybutton']
|
||||||
|
|
||||||
# The master toctree document.
|
# The master toctree document.
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|||||||
1
docs/doc-requirements.txt
Normal file
1
docs/doc-requirements.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
sphinx_copybutton
|
||||||
Reference in New Issue
Block a user