We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262cc42 commit e6bf1a6Copy full SHA for e6bf1a6
manual/custom.py
@@ -57,6 +57,7 @@ def ffdoc(language, m):
57
if language in ('en', 'eng'):
58
raise
59
warn(f'Failed to process template language docs for in the {language} language with error: {e}')
60
+ return 'INVALID TRANSLATION'
61
62
63
def ffsum(language, m):
@@ -67,6 +68,7 @@ def ffsum(language, m):
67
68
69
70
warn(f'Failed to process template language summary docs for in the {language} language with error: {e}')
71
72
73
74
def source_read_handler(app, docname, source):
0 commit comments