Copy button for docs, closes #43

This commit is contained in:
Simon Willison 2023-06-17 09:55:02 +01:00
parent 19e6945dde
commit 73a6fc036e
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -1,4 +1,5 @@
furo==2022.06.21
sphinx-autobuild
sphinx-copybutton
myst-parser
cogapp