X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=doc%2Fconf.py;h=f0e8cc04f0d021411831336640079d2c0e40139d;hb=2caac965d4f675b51815be4a5ae1f305587be911;hp=0b0b6a9054b2a826d5386f3af52138d4fa141d1d;hpb=827a01937f480bfc388da0fe5a5e2242fd2ec1c4;p=jansson.git diff --git a/doc/conf.py b/doc/conf.py index 0b0b6a9..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.0' +version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -69,10 +69,10 @@ release = '1.0.2' # 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