We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a47c4 commit 0679520Copy full SHA for 0679520
doc/users/whats_new.rst
@@ -241,6 +241,14 @@ url as a link in output SVGs. This allows one to make clickable text in
241
saved figures using the url kwarg of the :class:`~matplotlib.text.Text`
242
class.
243
244
+Sphinx extensions
245
+-----------------
246
+
247
+The ``:context:`` directive in the `~matplotlib.sphinxext.plot_directive`
248
+Sphinx extension can now accept an optional ``reset`` setting, which will
249
+cause the context to be reset. This allows more than one distinct context to
250
+be present in documentation. To enable this option, use ``:context: reset``
251
+instead of ``:context:`` any time you want to reset the context.
252
253
.. _whats-new-1-3:
254
0 commit comments