flask-debugtoolbar icon indicating copy to clipboard operation
flask-debugtoolbar copied to clipboard

ReadTheDocs will require an additional config file after Jan 20th, 2025

Open jeffwidman opened this issue 1 year ago • 1 comments

Just got this in my email:

Hello, We are announcing the deprecation of projects using Sphinx or MkDocs without an explicit configuration in their .readthedocs.yaml file. After January 20, 2025, Read the Docs will require explicit configuration for all Sphinx and MkDocs projects.

We used to automatically try to find the configuration file for your project, but in order to make builds more explicit and predictable, we are deprecating this behavior. This will also allows us to better support projects that don't use Sphinx or MkDocs in the near future.

What do I need to do? If you're using Sphinx or MkDocs, ensure your .readthedocs.yaml file includes the appropriate configuration key. For example:

For Sphinx projects:

version: 2 sphinx: configuration: docs/conf.py For MkDocs projects:

version: 2 mkdocs: configuration: mkdocs.yml Note: If you're using build.commands, no changes are required.

Deprecation timeline We will implement this change gradually:

January 6, 2025: Builds will be temporarily disabled for 12 hours (00:01 PST to 11:59 PST) January 13, 2025: Builds will be temporarily disabled for 24 hours (00:01 PST to 23:59 PST) January 20, 2025: Final cutoff date - builds without explicit configuration will be permanently disabled Are my projects affected? We found the following projects where you are a maintainer that may be impacted by this change:

flask-debugtoolbar

jeffwidman avatar Dec 18 '24 17:12 jeffwidman

Thanks @jeffwidman ! I got a very similar email. Sounds like we need to confirm any potential impact, and potentially add the missing configuration lines in order to continue. I don't expect to have time to do that soon, so someone else will likely beat me to it, which is fine with me, but I'm happy to review a PR. Thanks for creating the issue!

macnewbold avatar Dec 18 '24 23:12 macnewbold