Added django badge
[e_cidadania.git] / docs / en / conf.py
blob44ea1e24de27283dea1dea7e3321f3745fc9d01f
1 import sys
2 import os
4 cwd = os.path.dirname(os.path.realpath(__file__))
5 main_dir = os.path.normpath(cwd + '/../')
6 sys.path.append(main_dir)
8 #print sys.path
10 from config.all import *
12 language = 'en'
13 #html_logo = '../images/logos/logo-en.png'
14 latex_logo = '../images/logos/logo-en.png'
15 latex_documents = [
16 ('index', 'e-cidadania.tex', u'Documentation',
17 u'Cidadania S. Coop. Galega', 'manual'),