mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-29 17:34:45 +00:00
Copy button for docs, closes #43
This commit is contained in:
parent
19e6945dde
commit
73a6fc036e
2 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ from subprocess import PIPE, Popen
|
|||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ["myst_parser"]
|
||||
extensions = ["myst_parser", "sphinx_copybutton"]
|
||||
myst_enable_extensions = ["colon_fence"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
furo==2022.06.21
|
||||
sphinx-autobuild
|
||||
sphinx-copybutton
|
||||
myst-parser
|
||||
cogapp
|
||||
|
|
|
|||
Loading…
Reference in a new issue