From 6ba96d838d343fd2765e8f4a3abdeaae228e8449 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Wed, 23 Nov 2022 18:20:09 +0200 Subject: [PATCH] build docs together with web views --- .readthedocs.yaml | 2 ++ docs/conf.py | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd142cc3..c62a2ed0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,4 +17,6 @@ python: path: . extra_requirements: - docs + - s3 + - web system_packages: true diff --git a/docs/conf.py b/docs/conf.py index 9df1ccff..3656b997 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,18 +25,6 @@ sys.path.insert(0, str(basedir)) on_rtd = os.environ.get("READTHEDOCS", None) == "True" for module in ( - "aioauth_client", - "aiohttp", - "aiohttp.web", - "aiohttp.web_exceptions", - "aiohttp.web_response", - "aiohttp.web_urldispatcher", - "aiohttp_jinja2", - "aiohttp_security", - "aiohttp_session", - "aiohttp_session.cookie_storage", - "boto3", - "cryptography", "pyalpm", ): sys.modules[module] = mock.Mock()