I am trying to publish a Python package's documentation on readthedocs.org.
It was being published in previous releases. However, I am getting
"The configuration file required to build documentation is missing from your project."
Despite my .readthedocs.yaml being here: project Github repository
How can I fix this? I tried pointing to the root directory of the project from the advanced settings on readthedocs, but nothing seems to help.
Thank you.
From your https://github.com/icebearcanada/cavsiopy/blob/14d80b525657f3b219cf4b8217e76ea99f45d828/.readthedocs.yaml#L1-L6
The helpful link leads to documentation for the accepted keys. You need to change this:
versionsis not a valid key. Furthermore, you do not need to specify a branch such asmasterbecause this configuration file is on a branch.