We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e531b85 commit 1982134Copy full SHA for 1982134
docs/conf.py
@@ -39,7 +39,7 @@
39
# -- General configuration -----------------------------------------------------
40
41
# If your documentation needs a minimal Sphinx version, state it here.
42
-needs_sphinx = '1.4.3'
+needs_sphinx = '1.6.4'
43
44
# Add any Sphinx extension module names here, as strings. They can be extensions
45
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@@ -62,7 +62,7 @@
62
63
# General information about the project.
64
import datetime
65
-now = datetime.datetime()
+now = datetime.datetime.today()
66
project = u'tsfresh'
67
copyright = u'2016-{}, Maximilian Christ et al./ Blue Yonder GmbH'.format(now.year)
68
0 commit comments