X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=doc%2Fconf.py;h=8bf10823e3b032a51dc0048314f93101b19afeb8;hb=047a1417fb4f09f995eb2671ee52253f7f1e1e76;hp=3ccd92095fc9f35b9d49c0be8c0249408bd66439;hpb=7728716759b73ee95b84c33a922bdc628dc7d2a9;p=jansson.git diff --git a/doc/conf.py b/doc/conf.py index 3ccd920..8bf1082 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.0' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.0.3+' +release = '1.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -69,10 +69,10 @@ release = '1.0.3+' # List of directories, relative to source directory, that shouldn't be searched # for source files. -exclude_trees = ['.build'] +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