-
Notifications
You must be signed in to change notification settings - Fork 252
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
Update myst-parser, and add typing_extensions as a docs requirement #887
Update myst-parser, and add typing_extensions as a docs requirement #887
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #887 +/- ##
==========================================
- Coverage 85.33% 85.28% -0.05%
==========================================
Files 74 74
Lines 8802 8834 +32
==========================================
+ Hits 7511 7534 +23
- Misses 1291 1300 +9
Flags with carried forward coverage won't be shown. Click here to find out more. |
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](executablebooks/MyST-Parser@v0.14.0...v1.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
c5a6d9f
to
b76674e
Compare
NOT READY FOR MERGE. The html build returned 38 warnings instead of the usual 24. Needs investigation... |
Now one additional warning (i.e. 25 warnings):
This appears to be due to the cross-referencing changes added in v0.17.0. It does not appear to like the fact that we cross-reference headings in |
Updates the requirements on myst-parser to permit the latest version.
Release notes
Sourced from myst-parser's releases.
Changelog
Sourced from myst-parser's changelog.
... (truncated)
Commits
0271d68
🚀 RELEASE: v1.0.0 (#744)f4afeef
🚀 RELEASE: v0.19.2 (#743)8508bf7
✨ NEW: Addmyst_fence_as_directive
config (#742)1e440e6
🔧 Minor improvement to directive parsing code (#741)aa1d225
📚 Add html_last_updated_fmt = "" to conf.py (#691)2afac09
📚 Fix the sphinx-design example (#738)01c7565
🚀 RELEASE v0.19.1 (#735)322cb42
🐛 FIX NoURI error in doc reference resolution (#734)585ce9a
📚 DOCS: Un-wrap announcement in <p> (#732)8bf2522
[pre-commit.ci] pre-commit autoupdate (#653)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)