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

New Inventory System for Westerville Area Resource Ministry
MIT License
23 stars 20 forks source link

Read the Docs is not building using Python 3.8 #285

Closed jallman112 closed 3 years ago

jallman112 commented 3 years ago

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

jallman112 commented 3 years ago

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

deeppunster commented 3 years ago

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