Skip to content

Commit c45b854

Browse files
committed
Get docs builds running correctly
1 parent e49b7a8 commit c45b854

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

docs/sphinx/api.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ arguments are required for all
1717
Elasticsearch
1818
-------------
1919

20-
.. py:module:: elasticsearch
20+
.. py:module:: elasticsearch_serverless
2121
2222
.. autoclass:: Elasticsearch
2323
:members:
2424

25-
.. py:module:: elasticsearch.client
25+
.. py:module:: elasticsearch_serverless.client
2626
2727
Async Search
2828
------------
@@ -150,6 +150,12 @@ Rollup Indices
150150
.. autoclass:: RollupClient
151151
:members:
152152

153+
Search Applications
154+
-------------------
155+
156+
.. autoclass:: SearchApplicationClient
157+
:members:
158+
153159
Searchable Snapshots
154160
--------------------
155161

docs/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
master_doc = "index"
3636

3737
# General information about the project.
38-
project = "Python Elasticsearch client"
38+
project = "Python Elasticsearch serverless client"
3939
copyright = "%d, Elasticsearch B.V" % datetime.date.today().year
4040

4141
version = elasticsearch_serverless.__versionstr__

docs/sphinx/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Exceptions & Warnings
44
=====================
55

6-
.. py:module:: elasticsearch
6+
.. py:module:: elasticsearch_serverless
77
88
API Errors
99
----------

docs/sphinx/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Python Elasticsearch Client
2-
===========================
1+
Python Elasticsearch Serverless Client
2+
======================================
33

4-
Official low-level client for Elasticsearch. Its goal is to provide common
4+
Official low-level client for Elasticsearch serverless. Its goal is to provide common
55
ground for all Elasticsearch-related code in Python; because of this it tries
66
to be opinion-free and very extendable.
77

0 commit comments

Comments
 (0)