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.
This PR updates the RTD config file to conform to their deprecation timeline.
One issue remains, though: on RTD, this project currently uses 'Use system packages' to (presumably) load some packages that it relies on. This feature is being deprecated and to replace it, the only option is adding these dependencies somewhere else. It might work for you to add them in
setup.cfg
, but RTD's suggestion is to explicitly pin all dependencies needed for building the docs. We have recently done so for the MESSAGE stack, see iiasa/ixmp#491 for an overview and first steps and this comment in particular for the final solution based on them.[ ] Tests added[ ] Documentation added[ ] Example added (in the documentation, to an existing notebook, or in a new notebook)[ ] Description inCHANGELOG.rst
added