Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: readthedocs build #265

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ sphinx:

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme
10 changes: 10 additions & 0 deletions elastic/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ The following are a list of options to configure the Elastic Module for MMS.
elasticsearch.http
The transport protocol to use to connect to the Elasticsearch server or cluster. Required.

elasticsearch.username
Username, Optional.

| `Default: null`

elasticsearch.password
Password, Optional.

| `Default: null`

elasticsearch.limit.result
The maximum number of results a single search request should return. Optional.

Expand Down
Loading