We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aea3dba + 708e625 commit 5405a12Copy full SHA for 5405a12
docs/conf.py
@@ -31,7 +31,8 @@
31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
32
# ones.
33
extensions = [
34
- 'myst_parser'
+ 'myst_parser',
35
+ 'sphinx_copybutton'
36
]
37
38
# Add any paths that contain templates here, relative to this directory.
requirements-dev.txt
@@ -5,6 +5,7 @@ pre-commit
5
pytest
6
requests
7
sphinx>=2.1
8
+sphinx-copybutton
9
sphinx-intl
10
tabulate
11
transifex-client
0 commit comments