remove mistune pin and increase minimum sphinx-asdf version #7696
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 removes the mistune dependency (and pin).
This pin appears to have been added to deal with sphinx-asdf 0.1.1 not pinning mistune and a new version of mistune being released which broke the docs.
#6490
The pin was also added to sphinx-asdf 0.1.2 so bumping the minimum version of sphinx-asdf 0.1.2 means the mistune pin is no longer needed in jwst. This PR increases the minimum version of sphinx-asdf to 0.1.2
Removing this pin allows sphinx-asdf 0.2.0 to be installed which removes many of the deprecated call warnings when building the docs.
As can be seen by comparing this docs build log for this PR
https://readthedocs.org/projects/jwst-pipeline/builds/21213123/
to a build log for a PR where sphinx-asdf<0.2.0 is used:
https://readthedocs.org/projects/jwst-pipeline/builds/21211054/
Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR