mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
sphinx-copybutton for docs, closes #1748
This commit is contained in:
parent
18a6e05887
commit
1465fea479
2 changed files with 8 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ["sphinx.ext.extlinks", "sphinx.ext.autodoc"]
|
||||
extensions = ["sphinx.ext.extlinks", "sphinx.ext.autodoc", "sphinx_copybutton"]
|
||||
|
||||
extlinks = {
|
||||
"issue": ("https://github.com/simonw/datasette/issues/%s", "#"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue