Minor fixes for readthedocs compatibility. (#106)

This commit is contained in:
stevedodson 2020-01-10 11:02:51 +00:00 committed by GitHub
parent c3c2f8a020
commit 679f8f4170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,7 @@ eland depends on pandas version 0.25.3.
#### Elasticsearch Versions #### 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. A major version of the client is compatible with the same major version of Elasticsearch.

View File

@ -110,3 +110,5 @@ html_theme = "pandas_sphinx_theme"
html_logo = "logo/eland.png" html_logo = "logo/eland.png"
html_favicon = "logo/eland_favicon.png" html_favicon = "logo/eland_favicon.png"
master_doc = 'index'

View File

@ -15,6 +15,6 @@
__title__ = 'eland' __title__ = 'eland'
__description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.' __description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.'
__url__ = 'https://github.com/elastic/eland' __url__ = 'https://github.com/elastic/eland'
__version__ = '0.1a1' __version__ = '7.x'
__maintainer__ = 'Elasticsearch B.V.' __maintainer__ = 'Elasticsearch B.V.'
__maintainer_email__ = 'steve.dodson@elastic.co' __maintainer_email__ = 'steve.dodson@elastic.co'