Skip to content

Commit d2472b0

Browse files
authored
Merge pull request #30 from cshilwant/feature/copybutton
style(conf): enable sphinx-copybutton
2 parents 8009938 + cf40654 commit d2472b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

python-scripts/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
'sphinx.ext.mathjax',
3737
'sphinx.ext.ifconfig',
3838
'sphinx_rtd_theme',
39-
'sphinx_tabs.tabs'
39+
'sphinx_tabs.tabs',
40+
'sphinx_copybutton'
4041
]
4142

4243
# Add any paths that contain templates here, relative to this directory.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Pygments==2.11.2
1212
requests==2.31.0
1313
snowballstemmer==2.2.0
1414
Sphinx==4.3.2
15+
sphinx-copybutton==0.5.2
1516
sphinx-tabs==3.4.5
1617
sphinx-rtd-theme==1.0.0
1718
sphinxcontrib-applehelp==1.0.2

0 commit comments

Comments
 (0)