TypeError: add_source_parser() takes 2 positional arguments but 3 were given #438
Labels
bug
Something isn't working
documentation
code documentation
maintenance
better way to write existing code, better tools/packages which can simplify things
Appears to be a problem with
m2r
(markdown to restructuredtext).See sphinx-doc/sphinx#7420.
Two possible fixes appear to be:
m2r
('m2r @ git+https://github.com/crossnox/m2r@dev#egg=m2r'
-- tip taken from TypeError: add_source_parser() positional arguments error in Sphinx v3.0.0 sphinx-doc/sphinx#7420 (comment))recommonmark
.Switching to
recommonmark
appears to be preferable asm2r
appears to be non-active in terms of releases.Assuming the switch does not require much work, then let's try
recommonmark
.Perhaps there will be difficulties for files such asREADME.md
which are outside thedocs/
namespace. See relevant comment: sphinx-doc/sphinx#7420 (comment).The text was updated successfully, but these errors were encountered: