diff --git a/source/conf.py b/source/conf.py index 465058c..d9a8353 100644 --- a/source/conf.py +++ b/source/conf.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- import os +import ablog project = "Kujiu's Labs" basename = 'kujiulabs' @@ -104,6 +105,11 @@ if use_bibtex: locale_dirs = ['locale/'] +if use_ablog: + locale_dirs.append( + os.path.join(ablog.get_html_templates_path(), '..', 'locale'), + ) + images_config = { "default_show_title": True, "override_image_directive": True,