Fix downloadable HTML zip being one HTML page #3159
+7
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
One local build later, it turns out that RTD will actually run the build commands in the
sourcedirectory, unless you override the build command, where it just places you at the root repo, with the difference not being super obvious.Just to be sure this works in RTD-land, I'm first going to add it as a
post_buildcommand, which will execute on PRs and will actually give you a non-functional link that you can fix up to then use to download the docs. After we confirm that it spits out the ZIP correctly, then we can integrate it properly.