Release 7.6.0

This commit is contained in:
Seth Michael Larson
2020-03-19 13:42:30 -05:00
committed by GitHub
parent 7b6a12f2e5
commit 07bb2c77a8
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -11,7 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os
import os
import datetime
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -43,7 +44,7 @@ master_doc = "index"
# General information about the project.
project = u"Elasticsearch"
copyright = u"2013, Honza Král"
copyright = u"%d, Elasticsearch B.V" % datetime.date.today().year
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the