From b1af865ff9379f252a443d99efa2e7a1b73be15d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 15 Jun 2020 02:30:31 +0300 Subject: [PATCH] Add extra requirements --- .readthedocs.yml | 2 ++ pyproject.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 52cc251d..715fd3a0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,3 +10,5 @@ python: install: - method: pip path: . + extra_requirements: + - docs diff --git a/pyproject.toml b/pyproject.toml index 07d2a470..5ab1f94d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,7 @@ sphinx-rtd-theme = "^0.4.3" [tool.poetry.extras] fast = ["uvloop"] proxy = ["aiohttp-socks"] +docs = ['sphinx-intl', 'typing-extensions'] [tool.black] line-length = 99