Skip to content

Commit 0f18f09

Browse files
authored
Add the copy button to pycon3 highlighted code blocks. (#64)
1 parent c7c7b40 commit 0f18f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_docs_theme/static/copybutton.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $(document).ready(function() {
55
var div = $('.highlight-python .highlight,' +
66
'.highlight-python3 .highlight,' +
77
'.highlight-pycon .highlight,' +
8+
'.highlight-pycon3 .highlight,' +
89
'.highlight-default .highlight');
910
var pre = div.find('pre');
1011

@@ -61,4 +62,3 @@ $(document).ready(function() {
6162
}
6263
});
6364
});
64-

0 commit comments

Comments
 (0)