File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
API reference
2
- ===============
2
+ =============
3
3
4
4
.. module :: msgpack
5
5
Original file line number Diff line number Diff line change 41
41
42
42
# General information about the project.
43
43
project = u'msgpack'
44
- copyright = u'2013, Author '
44
+ copyright = u'2013, INADA Naoki '
45
45
46
46
# The version info for the project you're documenting, acts as replacement for
47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = ''
52
51
# The full version, including alpha/beta/rc tags.
53
- release = ''
52
+ version = release = '0.3 '
54
53
55
54
# The language for content autogenerated by Sphinx. Refer to documentation
56
55
# for a list of supported languages.
61
60
#today = ''
62
61
# Else, today_fmt is used as the format for a strftime call.
63
62
#today_fmt = '%B %d, %Y'
63
+ today_fmt = "%Y-%m-%d"
64
64
65
65
# List of patterns, relative to source directory, that match files and
66
66
# directories to ignore when looking for source files.
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ language data exchange.
7
7
.. toctree ::
8
8
:maxdepth: 1
9
9
10
- ../README
11
10
api
You can’t perform that action at this time.
0 commit comments