You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to use the matplotlib.shpinx.plot directive with the markdown builder similar how it is desribed in the #15 and fixed in #16. But when I try to build the markdown docs I see the:
.. plot::
import matplotlib.pyplot as plt
import numpy as np
xs = np.linspace(0, 10)
plt.plot(xs, np.cos(xs))
Environment (please complete the following information):
Python version: 3.12
Sphinx version: 7.4.7
Sphinx-markdown-builder: 0.6.6
If I build the html file - the output is build correctly. It seems like I'm using the markdown builder of the version that already has this fixed, but I still see this error. Do you have any ideas of what I might do wrong here?
The text was updated successfully, but these errors were encountered:
@mkondratyev85 Thank you for the report.
I apologize for the delay in responding.
Since plots were never supported by sphinx-markdown-builder, this would be considered a feature request rather than a bug.
Currently, I'm prioritizing bug fixes and don't have plans to add new features in the near future.
However, I will try to review this request when I have more time.
liran-funaro
changed the title
[BUG] The unknown node type <figure: <image...>> in version 0.6.6
[FEAT] The unknown node type <figure: <image...>> in version 0.6.6
Sep 3, 2024
Describe the bug
I'm trying to use the
matplotlib.shpinx.plot
directive with the markdown builder similar how it is desribed in the #15 and fixed in #16. But when I try to build the markdown docs I see the:The example of how I use the
plot
directive:Environment (please complete the following information):
If I build the html file - the output is build correctly. It seems like I'm using the markdown builder of the version that already has this fixed, but I still see this error. Do you have any ideas of what I might do wrong here?
The text was updated successfully, but these errors were encountered: