From 64b98fc9de6a817d629b18e486d47df1a33bca85 Mon Sep 17 00:00:00 2001 From: Runar Ask Johannessen Date: Thu, 31 Aug 2023 10:17:29 +0200 Subject: [PATCH] remove sphinx-togglebutton --- docs/conf.py | 3 --- requirements/requirements_docs.txt | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4e00ed1e..926457c9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,11 +26,8 @@ "sphinx.ext.mathjax", "sphinx.ext.autodoc", "sphinx_autodoc_typehints", - "sphinx_togglebutton", ] -togglebutton_hint = "Expand" - autodoc_mock_imports = [ "ert", "ert_shared", diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 13ca0f94..7734f20d 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -2,5 +2,4 @@ sphinx==6.2.1 sphinx-rtd-theme autoapi sphinx-autodoc-typehints -sphinxcontrib-apidoc -sphinx-togglebutton \ No newline at end of file +sphinxcontrib-apidoc \ No newline at end of file