mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
Add copy button to sphinx notebooks (#1622)
This adds a copy button at the top right corner of all notebook cells in sphinx notebooks.
This commit is contained in:
parent
6e98ab01e1
commit
bd4a2a670b
@ -46,6 +46,7 @@ extensions = [
|
||||
"sphinx.ext.viewcode",
|
||||
"sphinxcontrib.autodoc_pydantic",
|
||||
"myst_nb",
|
||||
"sphinx_copybutton",
|
||||
"sphinx_panels",
|
||||
"IPython.sphinxext.ipython_console_highlighting",
|
||||
]
|
||||
|
9198
poetry.lock
generated
9198
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -65,6 +65,7 @@ sphinx-panels = "^0.6.0"
|
||||
toml = "^0.10.2"
|
||||
myst-nb = "^0.17.1"
|
||||
linkchecker = "^10.2.1"
|
||||
sphinx-copybutton = "^0.5.1"
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "^7.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user