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

Docs build is failing #229

Closed tomasbedrich closed 11 months ago

tomasbedrich commented 11 months ago

See: https://readthedocs.org/projects/pycaching/builds/22691097/

We likely need to add a new config file into the project. See: https://blog.readthedocs.com/migrate-configuration-v2/

We can also consider switching away from a Webhook triggering the docs build.

FriedrichFroebel commented 11 months ago

We should already use version 2: https://github.com/tomasbedrich/pycaching/blob/master/.readthedocs.yaml

FriedrichFroebel commented 11 months ago

I have just submitted #230 which should fix this issue by syncing the format with the latest docs.

tomasbedrich commented 11 months ago

Sorry to oversee the file in the repo. 🙈 thanks for the PR

FriedrichFroebel commented 11 months ago

We still have a dependency issue: https://docs.readthedocs.io/en/stable/config-file/v2.html#packages probably needs to be expanded to include sphinx_rtd_theme as an extra in the pyproject.toml file: https://readthedocs.org/projects/pycaching/builds/22752077/

I might have a look at this later as well, but at least our basic configuration file seems to be valid now.

FriedrichFroebel commented 11 months ago

Finally fixed in #232.