add :confval:gettext_enables to enable extracting 'index' to gettext catalog output / applying translation catalog to generated documentation. Closes #1344

This commit is contained in:
Takayuki Shimizukawa
2014-09-28 21:19:54 +09:00
parent 39c843106f
commit 9d1225a35b
7 changed files with 73 additions and 23 deletions

View File

@@ -6,3 +6,4 @@ keep_warnings = True
templates_path = ['_templates']
html_additional_pages = {'index': 'index.html'}
release = version = '2013.120'
gettext_enables = ['index']