Skip to content

Commit f97fa87

Browse files
committed
Enable copy button for bash and sh
1 parent aaa5bc3 commit f97fa87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python_docs_theme/static/copybutton.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ const loadCopyButton = () => {
6262
+ ".highlight-python3 .highlight,"
6363
+ ".highlight-pycon .highlight,"
6464
+ ".highlight-pycon3 .highlight,"
65+
+ ".highlight-bash .highlight,"
6566
+ ".highlight-console .highlight,"
6667
+ ".highlight-doscon .highlight,"
6768
+ ".highlight-ps1con .highlight,"
69+
+ ".highlight-sh .highlight,"
6870
+ ".highlight-shell-session .highlight,"
6971
+ ".highlight-default .highlight"
7072
)

0 commit comments

Comments
 (0)