Skip to content

Commit 753fdb3

Browse files
authored
Merge pull request #60 from LibreSign/feat/copy-button
feat: add copy button
2 parents 3ba0eeb + af58f9a commit 753fdb3

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)