Thanks to visit codestin.com Credit goes to github.com
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 3434208 commit 5d1ce7bCopy full SHA for 5d1ce7b
1 file changed
python_docs_theme/static/copybutton.js
@@ -62,6 +62,12 @@ const loadCopyButton = () => {
62
+ ".highlight-python3 .highlight,"
63
+ ".highlight-pycon .highlight,"
64
+ ".highlight-pycon3 .highlight,"
65
+ + ".highlight-bash .highlight,"
66
+ + ".highlight-console .highlight,"
67
+ + ".highlight-doscon .highlight,"
68
+ + ".highlight-ps1con .highlight,"
69
+ + ".highlight-sh .highlight,"
70
+ + ".highlight-shell-session .highlight,"
71
+ ".highlight-default .highlight"
72
)
73
0 commit comments