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
Convert documentation to markdown format for ability to copy code blocks by simply clicking the copy button that appears in the code block rather than having to drag the cursor to copy.
I think there may be tools out there to perform this automagically?
I don't think converting to markdown is the best way to do this. I successfully converted to markdown, but it broke autodoc, which is hard-coded for rst. This suggests a workaround, but I think I found a better solution: https://myst-parser.readthedocs.io/en/stable/faq/index.html#howto-autodoc
There is a sphinx extension called sphinx-copybutton.
I think there may be tools out there to perform this automagically?
readthedocs on migrating from rst to md 👀
rst2myst convert 👀
Could also just continue on with current docs, but use
md
instead ofrst
by adding a markdown parser extension - sphinx markdown extensionpandoc - gist for rst2md using pandoc
The text was updated successfully, but these errors were encountered: