Skip to content

Commit af58f9a

Browse files
committed
feat: add copy button
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 3ba0eeb commit af58f9a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

admin_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
extensions = [
1414
'sphinx_rtd_theme',
1515
'sphinx_rtd_dark_mode',
16+
'sphinx_copybutton',
1617
]
1718

1819
templates_path = ['_templates']

developer_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
extensions = [
1414
'sphinx_rtd_theme',
1515
'sphinx_rtd_dark_mode',
16+
'sphinx_copybutton',
1617
]
1718

1819
templates_path = ['_templates']

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ sphinx-rtd-dark-mode==1.3.0
44
sphinxcontrib-openapi==0.8.4
55
sphinxcontrib-redoc
66
sphinx-autobuild
7+
sphinx-copybutton
78
docutils==0.21.2

user_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
extensions = [
1414
'sphinx_rtd_theme',
1515
'sphinx_rtd_dark_mode',
16+
'sphinx_copybutton',
1617
]
1718

1819
templates_path = ['_templates']

0 commit comments

Comments
 (0)