mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Sphinx.add_source_parser takes only two arguments
https://github.com/sphinx-doc/sphinx/blob/master/sphinx/application.py#L794
This commit is contained in:
@@ -358,7 +358,7 @@ package.
|
||||
|
||||
.. versionadded:: 1.1
|
||||
|
||||
.. method:: Sphinx.add_source_parser(name, suffix, parser)
|
||||
.. method:: Sphinx.add_source_parser(suffix, parser)
|
||||
|
||||
Register a parser class for specified *suffix*.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user