summaryrefslogtreecommitdiff
path: root/docs/conf.py
blob: a8b73e77467f967e096487e59326cca536cd1271 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-
from datetime import datetime

source_suffix = '.rst'

master_doc = 'index'

# General information about the project.
project = u'navit'
year = datetime.now().year
author = u'The Navit Team'