diff options
author | Michael Trier <mtrier@gmail.com> | 2010-03-20 11:45:58 -0400 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2010-03-20 11:45:58 -0400 |
commit | 7bfca5efce8988e6070e7284bd409d1a731a3fbc (patch) | |
tree | 6f44db816731fd2d698a27d1ca34e5c207eac615 /doc/conf.py | |
parent | e3e2c8c14b861b4d4865a9574e812ef9f2609771 (diff) | |
download | gitpython-7bfca5efce8988e6070e7284bd409d1a731a3fbc.tar.gz |
Many small doc changes pulled in from the 0.1.7RC branch.0.1.7
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 42200b8c..6205cbed 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,9 +50,9 @@ copyright = u'Copyright (C) 2008-2010 Michael Trier and contributors' # built documents. # # The short X.Y version. -version = '0.1.6' +version = '0.1.7' # The full version, including alpha/beta/rc tags. -release = '0.1.6' +release = '0.1.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -116,7 +116,7 @@ html_style = 'default.css' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['static'] +#html_static_path = ['static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. |