From 954d55bad0a9951fab034a1c36194513cc3205fc Mon Sep 17 00:00:00 2001 From: "kirill.chalov" Date: Thu, 6 Aug 2020 12:16:06 +0800 Subject: [PATCH] Docs: Add copybutton package to conf_common.py --- docs/conf_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf_common.py b/docs/conf_common.py index 358959124e..e2d09c1966 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -46,6 +46,7 @@ suppress_warnings = ['image.nonlocal_uri'] extensions = ['breathe', 'sphinx.ext.todo', + 'sphinx_copybutton', 'sphinx_idf_theme', 'sphinxcontrib.blockdiag', 'sphinxcontrib.seqdiag',