We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc6133 commit aaa5bc3Copy full SHA for aaa5bc3
python_docs_theme/static/copybutton.js
@@ -62,6 +62,10 @@ const loadCopyButton = () => {
62
+ ".highlight-python3 .highlight,"
63
+ ".highlight-pycon .highlight,"
64
+ ".highlight-pycon3 .highlight,"
65
+ + ".highlight-console .highlight,"
66
+ + ".highlight-doscon .highlight,"
67
+ + ".highlight-ps1con .highlight,"
68
+ + ".highlight-shell-session .highlight,"
69
+ ".highlight-default .highlight"
70
)
71
0 commit comments