summaryrefslogtreecommitdiffstats
path: root/symbian_dev_guide/conf.py
blob: a5455b2cf0b86f932728dde61952aed305cf5d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

# ---------------------------------------------------------------------------
# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
# All rights reserved.
# This work, unless otherwise expressly stated, is licensed under a
# Creative Commons Attribution-ShareAlike 2.5.
# The full license document is available from
# http://creativecommons.org/licenses/by-sa/2.5/legalcode .
# ---------------------------------------------------------------------------


# -*- coding: utf-8 -*-

import sys, os

# register path to our extensions relative to this file
sys.path.insert(0, os.path.abspath('../scripts'))

# install the shared default configuration
from qtextensions.shared.conf import *

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
# 
# Do not forget to update the version number in the ./src/readme_XYZ.txt to match the version below
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1'

# -- Options for HTML output --------------------------------------------------

# The name for this set of Sphinx documents.  If None, it defaults to
# "<project> v<release> documentation".
html_title = 'Programming with Qt Quick for Symbian and MeeGo Harmattan Devices'

# A shorter title for the navigation bar.  Default is the same as html_title.
html_short_title = 'Programming with Qt Quick for Symbian and MeeGo Harmattan Devices'

# Output file base name for HTML help builder.
htmlhelp_basename = 'ProgrammingQtQuick4SymbianHarmattanDevices'


# -- Options for LaTeX output --------------------------------------------------

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
  ('index', 'ProgrammingQtQuick4SymbianHarmattanDevices.tex', u'Programming with Qt Quick for Symbian and MeeGo Harmattan Devices',
   u'Nokia, http://qt.nokia.com/learning', 'manual'),
]
# -- Options for Epub output ---------------------------------------------------

# The basename for the epub file. It defaults to the project name w/o spaces
epub_basename = 'ProgrammingQtQuick4SymbianHarmattanDevices'

# Bibliographic Dublin Core info.
epub_title = u'Programming with Qt Quick for Symbian and Harma Harmattan Devices'

# -- Options for Qt Help output ---------------------------------------------------
# The basename for the Qt help file. It defaults to the project name w/o spaces
qthelp_basename = 'ProgrammingQtQuick4SymbianHarmattanDevices'