Skip to content

Commit d379424

Browse files
committed
Fix simulate client docs
1 parent 14f22ae commit d379424

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ python:
1717

1818
sphinx:
1919
configuration: docs/sphinx/conf.py
20+
fail_on_warning: true

docs/sphinx/api/simulate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _snapshot-lifecycle-management:
1+
.. _simulate:
22

33
Simulate
44
--------

elasticsearch/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
)
5858
from ._sync.client.security import SecurityClient as SecurityClient # noqa: F401
5959
from ._sync.client.shutdown import ShutdownClient as ShutdownClient # noqa: F401
60+
from ._sync.client.simulate import SimulateClient as SimulateClient # noqa: F401
6061
from ._sync.client.slm import SlmClient as SlmClient # noqa: F401
6162
from ._sync.client.snapshot import SnapshotClient as SnapshotClient # noqa: F401
6263
from ._sync.client.sql import SqlClient as SqlClient # noqa: F401
@@ -107,6 +108,7 @@
107108
"SearchableSnapshotsClient",
108109
"SecurityClient",
109110
"ShutdownClient",
111+
"SimulateClient",
110112
"SlmClient",
111113
"SnapshotClient",
112114
"SqlClient",

0 commit comments

Comments
 (0)