summaryrefslogtreecommitdiff
path: root/docs/conf.py
blob: 99af94fe4c62e92e6f3b5fce6fb22cc8a88b074e (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 = [
    'm2r',
    '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'