Switch to unified view

a/Allura/docs/conf.py b/Allura/docs/conf.py
...
...
35
35
36
# The master toctree document.
36
# The master toctree document.
37
master_doc = 'index'
37
master_doc = 'index'
38
38
39
# General information about the project.
39
# General information about the project.
40
project = u'allura'
40
project = 'Allura'
41
copyright = u'2009, Mark Ramm, Wolf, Rick Copeland, Jonathan Beard'
41
copyright = '2011, The Allura Team'
42
42
43
# The version info for the project you're documenting, acts as replacement for
43
# The version info for the project you're documenting, acts as replacement for
44
# |version| and |release|, also used in various other places throughout the
44
# |version| and |release|, also used in various other places throughout the
45
# built documents.
45
# built documents.
46
#
46
#
47
# The short X.Y version.
47
# The short X.Y version.
48
version = '0.1'
48
#version = '0.1'
49
# The full version, including alpha/beta/rc tags.
49
# The full version, including alpha/beta/rc tags.
50
release = '0.1'
50
#release = '0.1'
51
51
52
# The language for content autogenerated by Sphinx. Refer to documentation
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
# for a list of supported languages.
53
# for a list of supported languages.
54
#language = None
54
#language = None
55
55
...
...
101
# Add any paths that contain custom themes here, relative to this directory.
101
# Add any paths that contain custom themes here, relative to this directory.
102
#html_theme_path = []
102
#html_theme_path = []
103
103
104
# The name for this set of Sphinx documents.  If None, it defaults to
104
# The name for this set of Sphinx documents.  If None, it defaults to
105
# "<project> v<release> documentation".
105
# "<project> v<release> documentation".
106
#html_title = None
106
html_title = 'Allura documentation'
107
107
108
# A shorter title for the navigation bar.  Default is the same as html_title.
108
# A shorter title for the navigation bar.  Default is the same as html_title.
109
#html_short_title = None
109
#html_short_title = None
110
110
111
# The name of an image file (relative to this directory) to place at the top
111
# The name of an image file (relative to this directory) to place at the top