~ubuntu-branches/ubuntu/precise/swift/precise-updates

« back to all changes in this revision

Viewing changes to doc/source/conf.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Thierry Carrez (ttx)
  • Date: 2012-03-09 13:26:07 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120309132607-bu6ef7fxntepwa10
Tags: 1.4.7-0ubuntu1
[ Chuck Short ]
* New upstream release.

[ Thierry Carrez (ttx) ]
* Remove swift-stats-populate, swift-stats-report and stats.conf-sample to
  match Swift 1.4.7 contents

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
# General information about the project.
62
62
project = u'Swift'
63
 
copyright = u'2011, OpenStack, LLC'
 
63
copyright = u'2011-present, OpenStack, LLC'
64
64
 
65
65
# The version info for the project you're documenting, acts as replacement for
66
66
# |version| and |release|, also used in various other places throughout the
150
150
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
151
151
# using the given strftime format.
152
152
#html_last_updated_fmt = '%b %d, %Y'
 
153
git_cmd = "git log --pretty=format:'%ad, commit %h' --date=local -n1"
 
154
html_last_updated_fmt = os.popen(git_cmd).read()
153
155
 
154
156
# If true, SmartyPants will be used to convert quotes and dashes to
155
157
# typographically correct entities.