mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
build docs together with web views
This commit is contained in:
parent
df9e03f495
commit
6ba96d838d
@ -17,4 +17,6 @@ python:
|
|||||||
path: .
|
path: .
|
||||||
extra_requirements:
|
extra_requirements:
|
||||||
- docs
|
- docs
|
||||||
|
- s3
|
||||||
|
- web
|
||||||
system_packages: true
|
system_packages: true
|
||||||
|
12
docs/conf.py
12
docs/conf.py
@ -25,18 +25,6 @@ sys.path.insert(0, str(basedir))
|
|||||||
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
|
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
|
||||||
|
|
||||||
for module in (
|
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",
|
"pyalpm",
|
||||||
):
|
):
|
||||||
sys.modules[module] = mock.Mock()
|
sys.modules[module] = mock.Mock()
|
||||||
|
Loading…
Reference in New Issue
Block a user