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
There was an issue with Markdown image alt text that was fixed in Recommonmark 0.6.0. However, RTD seems to be pinning Recommonmark at 0.5.0 according to my build logs (see snippet below). This results in Markdown errors when alt text is used.
Details
Expected Result
Recommonmark >= 0.6.0 installed, to avoid Markdown parsing issues with alt text.
Actual Result
Recommonmark 0.5.0 installed
Description
There was an issue with Markdown image alt text that was fixed in Recommonmark 0.6.0. However, RTD seems to be pinning Recommonmark at 0.5.0 according to my build logs (see snippet below). This results in Markdown errors when alt text is used.
I looked around to see if I could pin a higher Recommonmark version myself, but I couldn't find any info. Thanks in advance.
The text was updated successfully, but these errors were encountered: