Skip to content

Fetch the submodules in readthedocs with ci_fetch_deps.py#6400

Merged
dhalbert merged 1 commit into
adafruit:mainfrom
Neradoc:fix-rtd-with-frozen-modules
May 14, 2022
Merged

Fetch the submodules in readthedocs with ci_fetch_deps.py#6400
dhalbert merged 1 commit into
adafruit:mainfrom
Neradoc:fix-rtd-with-frozen-modules

Conversation

@Neradoc

@Neradoc Neradoc commented May 14, 2022

Copy link
Copy Markdown

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/*.

@dhalbert dhalbert left a comment

Copy link
Copy Markdown
Collaborator

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