mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 10:34:06 +00:00
Add copy button to the docs
This commit is contained in:
@@ -31,7 +31,8 @@ needs_sphinx = '2.1'
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'myst_parser'
|
'myst_parser',
|
||||||
|
'sphinx_copybutton'
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@@ -5,6 +5,7 @@ pre-commit
|
|||||||
pytest
|
pytest
|
||||||
requests
|
requests
|
||||||
sphinx>=2.1
|
sphinx>=2.1
|
||||||
|
sphinx-copybutton
|
||||||
sphinx-intl
|
sphinx-intl
|
||||||
tabulate
|
tabulate
|
||||||
transifex-client
|
transifex-client
|
||||||
|
Reference in New Issue
Block a user