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