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

extensions = [
    'm2r2',
    'sphinx_rtd_theme',
]

source_suffix = '.rst'

master_doc = 'index'

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