diff --git a/docs/conf.py b/docs/conf.py index 7eafdb88..c7e794ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -170,6 +170,9 @@ "image": "_static/logo-square.png", } +# -- sphinx-copybutton config ------------------------------------- +copybutton_exclude = ".linenos, .gp" + # -- ABlog config ------------------------------------------------- blog_path = "reference/blog" blog_post_pattern = "reference/blog/*.md"