Add copy button to the docs

This commit is contained in:
Ayaz Salikhov
2021-05-23 23:47:26 +03:00
parent aea3dbafe1
commit 708e625615
2 changed files with 3 additions and 1 deletions

View File

@@ -31,7 +31,8 @@ needs_sphinx = '2.1'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'myst_parser'
'myst_parser',
'sphinx_copybutton'
]
# Add any paths that contain templates here, relative to this directory.

View File

@@ -5,6 +5,7 @@ pre-commit
pytest
requests
sphinx>=2.1
sphinx-copybutton
sphinx-intl
tabulate
transifex-client