diff --git a/docs/conf.py b/docs/conf.py index 9bb5e3d..a552086 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,9 +33,6 @@ # ones. extensions = [ "sphinx_rtd_theme", - "sphinxcontrib.excel_table", - # "sphinxawesome_theme", - # "sphinx-design", ] # Add any paths that contain templates here, relative to this directory. diff --git a/pyproject.toml b/pyproject.toml index c3355ab..ef141cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,10 +15,6 @@ pandas = "2.0.0" tqdm = "^4.66.1" openpyxl = "^3.1.2" requests = "^2.31.0" -sphinxcontrib-excel-table = "^1.0.8" -sphinx-panels = "^0.6.0" -sphinxawesome-theme = "^4.1.0" - [tool.poetry.group.dev.dependencies] sphinx = "^4.5.0"