Files
molenda.net/eeeeee/vendor/cakephp/chronos/docs/pt/conf.py
T
Sebastian Molenda ab96d82fcf init
2026-05-12 21:10:38 +02: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 = 'pt'