tomasbedrich / pycaching

A Python 3 interface for working with Geocaching.com website.
https://pycaching.readthedocs.io/
GNU Lesser General Public License v3.0
61 stars 46 forks source link

RTD: fix Python version specifier #231

Closed FriedrichFroebel closed 11 months ago

FriedrichFroebel commented 11 months ago

The error message is strange:

Problem in your project's configuration. Invalid configuration option "build.tools.python": expected one of (2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3, miniconda3-4.7, mambaforge-4.10, mambaforge-22.9), got 3

Apparently, the value needs to be a string, not a number: https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python