Computing this dynamically is wrong and it doesn't seem worth the
trouble to maintain manually.
Closes #2258
Closes #2259
# Ensure we get the local copy of tornado instead of what's on the standard path
import os
import sys
-import time
sys.path.insert(0, os.path.abspath(".."))
import tornado
master_doc = "index"
project = "Tornado"
-copyright = "2009-%s, The Tornado Authors" % time.strftime("%Y")
+copyright = "The Tornado Authors"
version = release = tornado.version