Skip to content

Commit

Permalink
Merge pull request #265 from Open-MBEE/fix/rtd
Browse files Browse the repository at this point in the history
fix: readthedocs build
  • Loading branch information
dlamoris authored Feb 28, 2024
2 parents 8ffec34 + 961921a commit f4b04bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
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

0 comments on commit f4b04bf

Please sign in to comment.