mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #6855: Non-RST translated text should be parsed by the appropriate parser
This commit is contained in:
committed by
Takeshi KOMIYA
parent
876fd40cea
commit
2f768cf5a7
@@ -126,3 +126,8 @@ class PycodeError(Exception):
|
||||
class NoUri(Exception):
|
||||
"""Raised by builder.get_relative_uri() if there is no URI available."""
|
||||
pass
|
||||
|
||||
|
||||
class FiletypeNotFoundError(Exception):
|
||||
"Raised by get_filetype() if a filename matches no source suffix."
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user