Skip to content
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

[FEAT] The unknown node type <figure: <image...>> in version 0.6.6 #23

Open
mkondratyev85 opened this issue Jul 30, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@mkondratyev85
Copy link

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:

WARNING: unknown node type:  <figure: <image...>> error.

The example of how I use the plot directive:

.. 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?

@mkondratyev85 mkondratyev85 added the bug Something isn't working label Jul 30, 2024
@mkondratyev85 mkondratyev85 changed the title [BUG] [BUG] The unknown node type <figure: <image...>> in version 0.6.6 Jul 30, 2024
@liran-funaro liran-funaro added enhancement New feature or request and removed bug Something isn't working labels Aug 26, 2024
@liran-funaro
Copy link
Owner

@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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants