From 649791694ba83c9b9295030c8cae9a6eee8fc767 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 18 Jun 2021 01:06:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ myst_parser/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1980938c..7c05950e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 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 ⬆️ diff --git a/myst_parser/__init__.py b/myst_parser/__init__.py index 90b070e2..06b04c0d 100644 --- a/myst_parser/__init__.py +++ b/myst_parser/__init__.py @@ -1,6 +1,6 @@ from typing import TYPE_CHECKING -__version__ = "0.15.0" +__version__ = "0.15.1" if TYPE_CHECKING: