Skip to content

Commit e6bf1a6

Browse files
committed
...
1 parent 262cc42 commit e6bf1a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manual/custom.py

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def ffdoc(language, m):
5757
if language in ('en', 'eng'):
5858
raise
5959
warn(f'Failed to process template language docs for in the {language} language with error: {e}')
60+
return 'INVALID TRANSLATION'
6061

6162

6263
def ffsum(language, m):
@@ -67,6 +68,7 @@ def ffsum(language, m):
6768
if language in ('en', 'eng'):
6869
raise
6970
warn(f'Failed to process template language summary docs for in the {language} language with error: {e}')
71+
return 'INVALID TRANSLATION'
7072

7173

7274
def source_read_handler(app, docname, source):

0 commit comments

Comments
 (0)