diff --git a/docs/conf.py b/docs/conf.py index 0c94f843..d9020148 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = ['sphinx_togglebutton', 'sphinx_last_updated_by_git', 'sphinx.ext.todo', - 'sphinx.ext.graphviz', 'sphinx.ext.extlinks'] + 'sphinx.ext.graphviz', 'sphinx.ext.extlinks', 'sphinx_copybutton'] togglebutton_hint = "" togglebutton_hint_hide = "" diff --git a/docs/requirements.txt b/docs/requirements.txt index 13bc6134..a03fe29c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ sphinx==7.2.6 sphinx_book_theme==1.1.0 +sphinx-copybutton==0.5.2 sphinx_togglebutton==0.3.2 sphinx-last-updated-by-git==0.3.6 \ No newline at end of file