From 271fadeb4be1c1e0582f74659c5118e5a5a0abfc Mon Sep 17 00:00:00 2001 From: Fabian Gebhart <16943048+fgebhart@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:09:54 +0100 Subject: [PATCH] use hyphens instead of underscores in sphinx theme --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc1c5be..b7205ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ sphinx_rtd_theme = { version = "*", optional = true } test = ["pytest", "pytest-cov", "pytest-dotenv", "pytest-httpserver", "pytest-aiohttp"] types = ["mypy", "types-requests", "types-Pillow", "types-tqdm"] dev = ["pytest", "pytest-cov", "pytest-dotenv", "pytest-httpserver", "pytest-aiohttp", "mypy", "types-request", "types-Pillow", "types-tqdm", "nbconvert", "ipykernel", "black"] -docs = ["sphinx", "sphinx_rtd_theme"] +docs = ["sphinx", "sphinx-rtd-theme"] [tool.pytest.ini_options] markers = [