-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bump myst-parser from 0.17.0 to 0.17.2 in /docs #243
Conversation
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.17.0 to 0.17.2. - [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.17.0...v0.17.2) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -132,7 +132,7 @@ | |||
gettext_compact = False # optional. | |||
|
|||
myst_heading_anchors = 6 | |||
myst_url_schemes = [ 'https' ] | |||
myst_url_schemes = ('https', 'http') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
myst_parser had an undocumented breaking change, reported here: executablebooks/MyST-Parser#558
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheat the system! Yay!
Bumps myst-parser from 0.17.0 to 0.17.2.
Release notes
Sourced from myst-parser's releases.
Changelog
Sourced from myst-parser's changelog.
Commits
8854d84
🚀 RELEASE: 0.17.2fff28a4
♻️ REFACTOR: Replace attrs by dataclasses (#557)719de0a
🔧 MAINTAIN: Fix deployment key for myst-docutils8ea8a8b
🚀 RELEASE: 0.17.10c33663
🔧 MAINTAIN: Directly specify attrs dependency (#555)ce1245b
🔧 MAINTAIN: Move from setuptools to flit (#553)8f53a0b
🧪 TESTS: Fix regression output on 32-bit systems to match 64-bit systems (#523)5cc398f
📚 DOCS: Fix typo - "to use write Sphinx" (#538)3864d2b
📚 DOCS: Fix date of 0.17.0 release (#550)5916392
🧪 CI: Skip testing for Sphinx v3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)