w-a-r-m-inventory-system/Food-Pantry-Inventory

Read the Docs is not building using Python 3.8

jallman112 opened this issue · 2 comments

Describe the bug
Read the Docs is not building using Python 3.8.

To Reproduce
See the error log here: https://readthedocs.org/projects/food-pantry-inventory/builds/12606778/

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Read the Docs is creating the virtual environment using 3.7:
image

Pip install fails due to 3.8 project requirement:
image

The way to specify the Python version for Read the Docs builds is to add a configuration file (.readthedocs.yml) to the project root. PR #286 introduces this configuration file to the dev branch.

RTD config file documentation is here: https://docs.readthedocs.io/en/stable/config-file/v2.html

This issue has been resolved by Jeff Allman with PR #286. Thanks, Jeff!