Package: python3-aiohttp
Version: 3.5.1-1

It would be nice, if there were a python3-aiohttp-doc package.

Workaround:
$ apt source python3-aiohttp
$ cd python-aiohttp-3.5.1/docs/
$ sed -i -e '/sphinxcontrib.asyncio/d' -e '/aiohttp_theme/d' conf.py
$ make html
$ sensible-browser _build/html/index.html

Reply via email to