/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Tres Seaver
  • Date: 2010-03-23 15:44:51 UTC
  • mto: This revision was merged to the branch mainline in revision 405.
  • Revision ID: tseaver@agendaless.com-20100323154451-enjul7pa2crkk18b
Add Sphinx-based documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# All configuration values have a default; values that are commented out
12
12
# serve to show the default.
13
13
 
14
 
from loggerhead import __version__
 
14
import sys, os
15
15
 
16
16
# If extensions (or modules to document with autodoc) are in another directory,
17
17
# add these directories to sys.path here. If the directory is relative to the
37
37
master_doc = 'index'
38
38
 
39
39
# General information about the project.
40
 
project = u'Loggerhead'
 
40
project = u'loggerhead'
41
41
copyright = u'2010, Loggerhead team (https://launchpad.net/~loggerhead-team)'
42
42
 
43
43
# The version info for the project you're documenting, acts as replacement for
45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
 
version = __version__
 
48
version = '1.17'
49
49
# The full version, including alpha/beta/rc tags.
50
 
release = __version__
 
50
release = '1.17'
51
51
 
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
172
172
# Grouping the document tree into LaTeX files. List of tuples
173
173
# (source start file, target name, title, author, documentclass [howto/manual]).
174
174
latex_documents = [
175
 
  ('index', 'loggerhead.tex', u'Loggerhead Documentation',
 
175
  ('index', 'loggerhead.tex', u'loggerhead Documentation',
176
176
   u'Loggerhead team (https://launchpad.net/\\textasciitilde{}loggerhead-team)', 'manual'),
177
177
]
178
178