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 08f2b78 commit 30cdb3fCopy full SHA for 30cdb3f
docs/conf.py
@@ -113,6 +113,7 @@
113
# Exclude copy button from appearing over notebook cell numbers by using :not()
114
# The default copybutton selector is `div.highlight pre`
115
# https://github.com/executablebooks/sphinx-copybutton/blob/master/sphinx_copybutton/__init__.py#L82
116
+copybutton_exclude = ".linenos, .gp"
117
copybutton_selector = ":not(.prompt) > div.highlight pre"
118
119
# -- Options for HTML output -------------------------------------------------
0 commit comments