spqr/vendor/robmorgan/phinx/docs/en/conf.py

10 lines
261 B
Python
Raw Normal View History

2024-11-05 12:10:06 +08:00
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 = 'en'