doc:conf: use `version (date)` in Sphinx docs
authorW. Trevor King <wking@tremily.us>
Fri, 26 Oct 2012 12:22:32 +0000 (08:22 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 26 Oct 2012 12:22:51 +0000 (08:22 -0400)
commitfbb954d72054ae784cff7a148d19007fce5eb8ff
tree70af4dbc45b5566e0cbeceed5fa937245535e418
parentd9b9c4fdb13a0e0dc41184ea8d907bd5fa156e0d
doc:conf: use `version (date)` in Sphinx docs

Since

  commit bed7587fe4910f8e4b892a09675279c5a4ab5484
  Author: W. Trevor King <wking@tremily.us>
  Date:   Thu Oct 25 19:07:09 2012 -0400

    version: use abbreviated SHA instead of  explicit _VERSION in master branch

the version SHA will either be explicit in version(), or version()
will return a release tag.  This makes the long SHA in the Sphinx docs
unnecessary, so we can replace it with the more interesting commit
date.
doc/conf.py