Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation of projects without explicit Sphinx or MkDocs configuration #15

Closed
6 tasks done
joverlee521 opened this issue Dec 18, 2024 · 0 comments
Closed
6 tasks done
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@joverlee521
Copy link

joverlee521 commented Dec 18, 2024

From the email:

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.

TODOs

The email explicitly mentions the nextstrain-cli project, but looks like most of our repos do not specify the Sphinx configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant