From 8bc2f70d0b8a7c7ad22da7bed69d41bc7d11e8c2 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Fri, 17 Jun 2022 16:25:20 -0500 Subject: Use sphinx-design tabs instead of sphinx-inline-tabs --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 6fc7a75..31bd104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ sphinx-autodoc-typehints = {optional=true, version="^1.18"} sphinx-automodapi = {optional=true, version=">=0.14"} sphinx-copybutton = {optional=true, version=">=0.5"} sphinx-design = {optional=true, version=">=0.2"} -sphinx-inline-tabs = {optional=true, version=">=2022.1.2b11", python=">=3.8"} sphinx-notfound-page = {optional=true, version=">=0.8"} sphinxcontrib-apidoc = {optional=true, version="^0.3"} sphinxext-opengraph = {optional=true, version = ">=0.6"} @@ -82,8 +81,8 @@ all = ["boto3", "botocore", "itsdangerous", "pymongo", "pyyaml", "redis", " # Documentation docs = ["furo", "linkify-it-py", "myst-parser", "sphinx", "sphinx-autodoc-typehints", - "sphinx-automodapi", "sphinx-copybutton", "sphinx-design", "sphinx-inline-tabs", - "sphinx-notfound-page", "sphinxcontrib-apidoc", "sphinxext-opengraph"] + "sphinx-automodapi", "sphinx-copybutton", "sphinx-design", "sphinx-notfound-page", + "sphinxcontrib-apidoc", "sphinxext-opengraph"] [tool.poetry.dev-dependencies] # For unit + integration tests -- cgit v1.2.1