From 602fed00ff6bf7866000b116d32cef376dafef44 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 19 Jun 2021 02:43:55 +0300 Subject: [PATCH] Oops. Enable sphinx dependencies --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cac43cf8..c005ec52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,13 +40,13 @@ async_lru = "^1.0.2" aiohttp-socks = { version = "^0.5.5", optional = true } aioredis = { version = "^2.0.0a1", allow-prereleases = true, optional = true } magic-filter = { version = "1.0.0a1", allow-prereleases = true } -# sphinx = { version = "^3.1.0", optional = true } -# sphinx-intl = { version = "^2.0.1", optional = true } -# sphinx-autobuild = { version = "^2020.9.1", optional = true } -# sphinx-copybutton = { version = "^0.3.1", optional = true } -# furo = { version = "^2021.6.18-beta.36", optional = true } -# sphinx-prompt = { version = "^1.3.0", optional = true } -# Sphinx-Substitution-Extensions = { version = "^2020.9.30", optional = true } +sphinx = { version = "^3.1.0", optional = true } +sphinx-intl = { version = "^2.0.1", optional = true } +sphinx-autobuild = { version = "^2020.9.1", optional = true } +sphinx-copybutton = { version = "^0.3.1", optional = true } +furo = { version = "^2021.6.18-beta.36", optional = true } +sphinx-prompt = { version = "^1.3.0", optional = true } +Sphinx-Substitution-Extensions = { version = "^2020.9.30", optional = true } [tool.poetry.dev-dependencies] aiohttp-socks = "^0.5"