summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0821ad4..fba09b7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,16 +41,15 @@ master_doc = 'index'
# General information about the project.
project = u'msgpack'
-copyright = u'2013, Author'
+copyright = u'2013, INADA Naoki'
# 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 = ''
# The full version, including alpha/beta/rc tags.
-release = ''
+version = release = '0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -61,6 +60,7 @@ release = ''
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'
+today_fmt = "%Y-%m-%d"
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.