jdkandersson / OpenAlchemy

Define SQLAlchemy models using the OpenAPI specification.
https://openapi-sqlalchemy.readthedocs.io/en/latest/
Apache License 2.0
47 stars 13 forks source link

Bump myst-parser from 0.14.0 to 0.15.2 #366

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps myst-parser from 0.14.0 to 0.15.2.

Release notes

Sourced from myst-parser's releases.

v0.15.2

No release notes provided.

v0.15.1

See CHANGELOG.md

v0.15.0

See CHANGELOG.md

Changelog

Sourced from myst-parser's changelog.

0.15.2 - 2021-08-26

This is mainly a maintenance release that fixes some incompatibilities with sphinx<3.1, improvements for compatibility with docutils=0.17, and improvements to robustness.

0.15.1 - 2021-06-18

πŸ‘Œ IMPROVE: MathJax compatibility with nbsphinx

nbsphinx also overrides the MathJax configuration. For compatibility, output_area is added to the list of default processed classes, and the override warning is allowed to be suppressed with suppress_warnings = ["myst.mathjax"].

0.15.0 - 2021-06-13

Upgraded to sphinx v4 ⬆️

A principe change in this release is to updates the requirements of myst-parser from sphinx>=2,<4 to sphinx>=3,<5.

Changed MathJax handling ♻️

Instead of removing all $ processing for the whole project, during MyST document parsing, the top-level section is now given the classes tex2jax_ignore and mathjax_ignore (turning off default MathJax processing of all HTML elements) and MathJax is then configured to process elements with the tex2jax_process|mathjax_process|math classes.

See the math syntax guide for further information.

Set URL scheme defaults ‼️

The myst_url_schemes default is now: ("http", "https", "mailto", "ftp"). This means that only these URL will be considered as external (e.g. [](https://example.com)), and references like [](https://github.com/executablebooks/MyST-Parser/blob/master/prefix:main) will be considered as internal references. Set myst_url_schemes = None, to revert to the previous default.

Added myst_heading_slug_func option πŸ‘Œ

Use this option to specify a custom function to auto-generate heading anchors (see Auto-generated header anchors).

Thanks to @​jpmckinney!

Commits
  • 6ac5efe RELEASE: v0.15.2 (maintenance release)
  • be4838c πŸ”§ MAINTAIN: Support include parser option in RST (#419)
  • 61f1154 πŸ‘Œ IMPROVE: Fail gracefully on non-dict front-matter (#409)
  • 5fd4c51 πŸ“š DOCS: Add big summary card (#404)
  • 553b7b8 πŸ”§ MAINTAIN: Pin Sphinx minimum version to 3.1 (#400)
  • abcde6d πŸ“š DOCS: Add link to rst-to-myst RTD
  • 6497916 πŸš€ RELEASE: v0.15.1
  • 05d9972 πŸ‘Œ IMPROVE: MathJax compatibility with nbsphinx (#395)
  • 6eba0a9 πŸ“š DOCS: Refactoring and updating documentation (#385)
  • 547eb26 πŸ“š DOCS: Add opengraph extension (#393)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot 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)
dependabot[bot] commented 2 years ago

Superseded by #378.