X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=doc%2Fconf.py;h=f0e8cc04f0d021411831336640079d2c0e40139d;hb=2caac965d4f675b51815be4a5ae1f305587be911;hp=10f444d1c39ec2e8e07a57a023c382bdad4e7181;hpb=6637b976edd508cc9413ce954fe4275eab8c2c69;p=jansson.git diff --git a/doc/conf.py b/doc/conf.py index 10f444d..f0e8cc0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -43,16 +43,16 @@ master_doc = 'index' # General information about the project. project = u'Jansson' -copyright = u'2009, Petri Lehtinen' +copyright = u'2009, 2010 Petri Lehtinen' # 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. -version = '1.1' +version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.1.3+' +release = '1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -72,7 +72,7 @@ release = '1.1.3+' exclude_trees = ['_build'] # The reST default role (used for this markup: `text`) to use for all documents. -#default_role = None +default_role = 'cfunc' # If true, '()' will be appended to :func: etc. cross-reference text. #add_function_parentheses = True