Replace elastic maintainers with Rushi (#49)

Rushi is added as temporary maintainer for now. Should ideally be
replaced with an email list

Also removed doc requirements, doc job, and updated description to mention
'low-level' client explicitly

Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
Rushi Agrawal
2021-08-20 21:58:19 +03:00
committed by GitHub
parent dd89555118
commit 6fcc78a58c
2 changed files with 6 additions and 21 deletions
-15
View File
@@ -19,21 +19,6 @@ jobs:
- name: Lint the code
run: nox -s lint
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python3.7 -m pip install nox
- name: Build the docs
run: nox -s docs
test-linux:
strategy:
fail-fast: false