Specify where is the locales directory in conf.py
authorJonathan Druart <jonathan.druart@gmail.com>
Wed, 25 Oct 2017 15:40:43 +0000 (12:40 -0300)
committerJonathan Druart <jonathan.druart@gmail.com>
Wed, 25 Oct 2017 16:10:02 +0000 (13:10 -0300)
en/source/conf.py

index 45f204b..67e0a80 100644 (file)
@@ -438,3 +438,5 @@ epub_exclude_files = ['search.html']
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {'https://docs.python.org/': None}
+
+locale_dirs = ['../locales/']