Skip to content

Commit

Permalink
docs: add 'Copy' button to code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 24, 2025
1 parent ee9331e commit 3b45443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ Jinja2==3.1.4
latexcodec==3.0.0
MarkupSafe==2.1.5
packaging==24.0
pybtex==0.24.0
pybtex-docutils==1.0.3
pybtex==0.24.0
Pygments==2.17.2
PyYAML==6.0.1
requests==2.32.2
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0
sphinx_design==0.5.0
sphinx-copybutton==0.5.2
sphinx-rtd-theme==2.0.0
Sphinx==7.2.6
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-bibtex==2.6.2
sphinxcontrib-devhelp==1.0.6
Expand All @@ -27,4 +28,4 @@ sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
urllib3==2.2.2
urllib3==2.2.2
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'sphinx.ext.ifconfig',
'sphinx.ext.mathjax',
'sphinx_design',
'sphinx_copybutton',
# 'sphinx.ext.autosectionlabel',
'sphinxcontrib.bibtex',
]
Expand Down

0 comments on commit 3b45443

Please sign in to comment.