Files
w4rpservices/vendor/cakephp/chronos/docs/ja/conf.py
2019-06-23 11:49:01 +00:00

10 lines
261 B
Python

import sys, os
# Append the top level directory of the docs, so we can import from the config dir.
sys.path.insert(0, os.path.abspath('..'))
# Pull in all the configuration options defined in the global config file..
from config.all import *
language = 'ja'