File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# Build documentation in the "docs/" directory with Sphinx
1515sphinx :
1616 configuration : docs/conf.py
17+ fail_on_warning : true
1718
1819# Optionally build your docs in additional formats such as PDF and ePub
1920formats : [pdf, epub]
Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ def get_list(
129129 ) -> ActionsPageResult :
130130 """
131131 .. deprecated:: 1.28
132- Use :func:`client.<resource>.actions.get_list` instead,
133- e.g. using :attr:`hcloud.certificates.client.CertificatesClient.actions`.
132+ Use :func:`client.<resource>.actions.get_list` instead,
133+ e.g. using :attr:`hcloud.certificates.client.CertificatesClient.actions`.
134134
135- `Starting 1 October 2023, it will no longer be available. <https://docs.hetzner.cloud/changelog#2023-07-20-actions-list-endpoint-is-deprecated>`_
135+ `Starting 1 October 2023, it will no longer be available. <https://docs.hetzner.cloud/changelog#2023-07-20-actions-list-endpoint-is-deprecated>`_
136136 """
137137 warnings .warn (
138138 "The 'client.actions.get_list' method is deprecated, please use the "
@@ -150,10 +150,10 @@ def get_all(
150150 ) -> list [BoundAction ]:
151151 """
152152 .. deprecated:: 1.28
153- Use :func:`client.<resource>.actions.get_all` instead,
154- e.g. using :attr:`hcloud.certificates.client.CertificatesClient.actions`.
153+ Use :func:`client.<resource>.actions.get_all` instead,
154+ e.g. using :attr:`hcloud.certificates.client.CertificatesClient.actions`.
155155
156- `Starting 1 October 2023, it will no longer be available. <https://docs.hetzner.cloud/changelog#2023-07-20-actions-list-endpoint-is-deprecated>`_
156+ `Starting 1 October 2023, it will no longer be available. <https://docs.hetzner.cloud/changelog#2023-07-20-actions-list-endpoint-is-deprecated>`_
157157 """
158158 warnings .warn (
159159 "The 'client.actions.get_all' method is deprecated, please use the "
You can’t perform that action at this time.
0 commit comments