Skip to content

Commit

Permalink
Add the copy button to pycon3 highlighted code blocks. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Mar 4, 2021
1 parent c7c7b40 commit 0f18f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_docs_theme/static/copybutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $(document).ready(function() {
var div = $('.highlight-python .highlight,' +
'.highlight-python3 .highlight,' +
'.highlight-pycon .highlight,' +
'.highlight-pycon3 .highlight,' +
'.highlight-default .highlight');
var pre = div.find('pre');

Expand Down Expand Up @@ -61,4 +62,3 @@ $(document).ready(function() {
}
});
});

0 comments on commit 0f18f09

Please sign in to comment.