classes icon indicating copy to clipboard operation
classes copied to clipboard

`recommonmark` is deprecated

Open sobolevn opened this issue 4 years ago • 2 comments

https://github.com/readthedocs/recommonmark#recommonmark

We should switch to myst: https://github.com/executablebooks/MyST-Parser

sobolevn avatar Sep 25 '21 08:09 sobolevn

Hi @sobolevn, I was looking through the codebase and I couldn't find any usage of recommonmark? It is available in the requirements.txt file but isn't available in the conf.py file (which it should be, according to the documentation). Could you please let me know about its usage in the code?

Saransh-cpp avatar Sep 28 '21 14:09 Saransh-cpp

@sobolevn I updated the requirements.txt file to deprecate recommonmark and add myst-parser. It is on PR https://github.com/dry-python/classes/pull/315

completed as part of hacktoberfest 2021

geekusa33 avatar Oct 03 '21 14:10 geekusa33