diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index dd486917..419778c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,6 +97,9 @@ release = version # Usually you set "language" from the command line for these cases. language = None +locale_dirs = ['locale/'] +gettext_compact = False + # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' |