4141
4242# General information about the project.
4343project = u'CodeIgniter'
44- copyright = u'2014, British Columbia Institute of Technology'
44+ copyright = u'2014 - 2015 , British Columbia Institute of Technology'
4545
4646# The version info for the project you're documenting, acts as replacement for
4747# |version| and |release|, also used in various other places throughout the
4848# built documents.
4949#
5050# The short X.Y version.
51- version = '3.0'
51+ version = '3.0.1 '
5252# The full version, including alpha/beta/rc tags.
53- release = '3.0-dev'
53+ release = '3.0.0 -dev'
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
6969# The reST default role (used for this markup: `text`) to use for all documents.
7070#default_role = None
7171
72- # If true, '()' will be appended to :func: etc. cross-reference text.
72+ # If true, '()' will be appended to :php: func: etc. cross-reference text.
7373#add_function_parentheses = True
7474
7575# If true, the current module name will be prepended to all description
76- # unit titles (such as .. function::).
76+ # unit titles (such as .. php: function::).
7777#add_module_names = True
7878
7979# If true, sectionauthor and moduleauthor directives will be shown in the
229229epub_title = u'CodeIgniter'
230230epub_author = u'British Columbia Institute of Technology'
231231epub_publisher = u'British Columbia Institute of Technology'
232- epub_copyright = u'2014, British Columbia Institute of Technology'
232+ epub_copyright = u'2014 - 2015 , British Columbia Institute of Technology'
233233
234234# The language of the text. It defaults to the language option
235235# or en if the language is not set.
260260#epub_tocdepth = 3
261261
262262# Allow duplicate toc entries.
263- #epub_tocdup = True
263+ #epub_tocdup = True
0 commit comments