diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a0c403c64..57f555c9e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 000000000..52b04f2ec --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx_rtd_theme \ No newline at end of file diff --git a/elastic/README.rst b/elastic/README.rst index fb849369d..eec5cf46e 100644 --- a/elastic/README.rst +++ b/elastic/README.rst @@ -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.