mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Minor fixes for readthedocs compatibility. (#106)
This commit is contained in:
parent
c3c2f8a020
commit
679f8f4170
@ -84,7 +84,7 @@ eland depends on pandas version 0.25.3.
|
||||
|
||||
#### Elasticsearch Versions
|
||||
|
||||
eland is versioned like the Elastic stack. E.g. eland 7.5 compatible with Elasticsearch 7.5 etc.
|
||||
eland is versioned like the Elastic stack. E.g. eland 7.5 is compatible with Elasticsearch 7.x up to 7.5
|
||||
|
||||
A major version of the client is compatible with the same major version of Elasticsearch.
|
||||
|
||||
|
@ -110,3 +110,5 @@ html_theme = "pandas_sphinx_theme"
|
||||
|
||||
html_logo = "logo/eland.png"
|
||||
html_favicon = "logo/eland_favicon.png"
|
||||
|
||||
master_doc = 'index'
|
||||
|
@ -15,6 +15,6 @@
|
||||
__title__ = 'eland'
|
||||
__description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.'
|
||||
__url__ = 'https://github.com/elastic/eland'
|
||||
__version__ = '0.1a1'
|
||||
__version__ = '7.x'
|
||||
__maintainer__ = 'Elasticsearch B.V.'
|
||||
__maintainer_email__ = 'steve.dodson@elastic.co'
|
||||
|
Loading…
x
Reference in New Issue
Block a user