Skip to content

Commit e749ae5

Browse files
committed
Add copy button extension
1 parent 0800406 commit e749ae5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515

16-
extensions = []
16+
extensions = ["sphinx_copybutton"]
1717

1818
templates_path = ["_templates"]
1919
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ snowballstemmer==2.2.0
1616
soupsieve==2.6
1717
Sphinx==8.1.3
1818
sphinx-basic-ng==1.0.0b2
19+
sphinx-copybutton==0.5.2
1920
sphinxcontrib-applehelp==2.0.0
2021
sphinxcontrib-devhelp==2.0.0
2122
sphinxcontrib-htmlhelp==2.1.0

0 commit comments

Comments
 (0)