We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c7b40 commit 0f18f09Copy full SHA for 0f18f09
python_docs_theme/static/copybutton.js
@@ -5,6 +5,7 @@ $(document).ready(function() {
5
var div = $('.highlight-python .highlight,' +
6
'.highlight-python3 .highlight,' +
7
'.highlight-pycon .highlight,' +
8
+ '.highlight-pycon3 .highlight,' +
9
'.highlight-default .highlight');
10
var pre = div.find('pre');
11
@@ -61,4 +62,3 @@ $(document).ready(function() {
61
62
}
63
});
64
-
0 commit comments