aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
312 stars 95 forks source link

[good first issue] Fix the Read The Docs config file #393

Closed webknjaz closed 4 months ago

webknjaz commented 5 months ago

Some config options have been depracated. Refer to https://docs.readthedocs.io/en/stable/config-file/v2.html for what's supported. Checking other projects' configs might prove helpful too.

Here's the build error: https://readthedocs.org/projects/aiosmtpd/builds/23289246/.

webknjaz commented 4 months ago

Resolved by #395