diff --git a/docs/conf.py b/docs/conf.py index b49227322..703fce161 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -132,6 +132,7 @@ "toc.follow", "toc.sticky", "content.tabs.link", + "content.code.copy", "announce.dismiss", ], "palette": [ diff --git a/docs/customization.rst b/docs/customization.rst index c6556885a..0656922fc 100644 --- a/docs/customization.rst +++ b/docs/customization.rst @@ -235,6 +235,7 @@ Configuration Options Some features that have been ported from the mkdocs-material theme and can be enabled by specifying the feature's name in a list of strings. The following features are supported: + - `content.code.copy `_ - `content.code.annotate `_ .. seealso:: Refer to the :doc:`code_annotations` document for more detail.