claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
176 stars 21 forks source link

add readthedocs config #26

Closed claws closed 6 years ago

claws commented 6 years ago

The docs hosted on ReadTheDocs is failing due to the default configuration using Python3.5 while the project now depends on aiohttp 3.2.1 which requires a minimum of Python 3.6.

Define a configuration file for ReadTheDocs that uses Python3.6.

Also, fix a minor issue parsing the requirements file that was observed in the setup.py file.