1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/sources/docs/conf.py

21 lines
451 B
Python
Raw Normal View History

2011-10-18 23:26:13 +02:00
# -*- coding: utf-8 -*-
import sys, os
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = u'I hate money'
copyright = u'2011, The \'I hate money\' team'
version = '1.0'
release = '1.0'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'pelican'
html_static_path = ['_static']
html_theme_options = { 'nosidebar': True }