ReadTheDocs only supports up to Python 3.8.

This commit is contained in:
Anthony Tuininga 2021-11-04 15:58:51 -06:00
parent fde9ec78fc
commit 3a40eeacaa

View File

@ -4,6 +4,6 @@ sphinx:
configuration: doc/src/conf.py
python:
version: 3.9
version: 3.8
install:
- requirements: doc/requirements.txt