celery / jumpstarter

MIT License
7 stars 3 forks source link

Set Up ReadTheDocs #29

Open thedrow opened 3 years ago

thedrow commented 3 years ago
thedrow commented 3 years ago

Unfortunately, building the documentation requires Python 3.9+ since the backport for class properties is not lazily evaluated, unlike the modern implementation which uses @classmethod & @property instead.

https://github.com/celery/jumpstarter/blob/c0cc0db1d23dc5ad0a7fbacb7c8f909c704dad55/jumpstarter/backports.py#L1-L9

ReadTheDocs doesn't support Python 3.9 as of yet. See https://github.com/readthedocs/readthedocs.org/issues/7554.