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

Fetch the submodules in readthedocs with ci_fetch_deps.py #6400

Merged
merged 1 commit into from
May 14, 2022

Conversation

Neradoc
Copy link

@Neradoc Neradoc commented May 14, 2022

Closes #6399
Make Readthedocs's own build process use ci_fetch_deps.py to checkout the submodules in the same way the CI does. That doesn't make github docs CI and the RTD build use the exact same steps (which they didn't already), but submodule dependencies are now in a single place.

Note: the previous version caused an error because RTD's submodule clause requires exact submodules, it doesn't do parent directories like frozen or patterns like frozen/*.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

@dhalbert dhalbert merged commit 1dce806 into adafruit:main May 14, 2022
@Neradoc Neradoc deleted the fix-rtd-with-frozen-modules branch June 10, 2022 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix readthedocs checking out frozen modules
2 participants