diff --git a/base/documentation/gh-pages/conf.py b/base/documentation/gh-pages/conf.py index 8de02586..7648a801 100644 --- a/base/documentation/gh-pages/conf.py +++ b/base/documentation/gh-pages/conf.py @@ -12,6 +12,7 @@ # General configurations extensions = [ "myst_parser", # in order to use markdown + 'sphinx_copybutton', # "autoapi.extension", # in order to use markdown ]