From 2fe239df373560828b5c93024ccde73f0dc62b92 Mon Sep 17 00:00:00 2001 From: klemengit Date: Fri, 1 Mar 2024 06:56:27 +0100 Subject: [PATCH] docs bugfixing --- docs/requirements.txt | 1 + docs/source/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index fa559b2..77492a4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ +pyuff sphinx-rtd-theme sphinx-copybutton \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 82c7b80..fd85e44 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,6 +46,7 @@ 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', # 'rinoh.frontend.sphinx', + 'sphinx_copybutton', ] # Add any paths that contain templates here, relative to this directory.