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()