diff --git a/docs/conf.py b/docs/conf.py index a13337e5..271f740c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,18 +83,12 @@ # html_theme = 'sphinx_rtd_theme' -html_theme_options = { - 'fixed_sidebar': True, - 'page_width': '1140px', - 'show_related': True, - 'show_powered_by': False -} - html_logo = '_static/logo.svg' html_favicon = '_static/logo.svg' html_baseurl = 'https://ydb-platform.github.io/ydb-python-sdk/' html_show_sourcelink = False +html_show_sphinx = False llms_txt_title = 'YDB Python SDK Documentation' llms_txt_summary = ''' diff --git a/docs/driver.rst b/docs/driver.rst index c49054b6..d5876240 100644 --- a/docs/driver.rst +++ b/docs/driver.rst @@ -166,7 +166,7 @@ AnonymousCredentials ^^^^^^^^^^^^^^^^^^^^ No authentication. Use for local or unauthenticated deployments -(`full example `_): +(`full example `__): .. code-block:: python @@ -176,7 +176,7 @@ AccessTokenCredentials ^^^^^^^^^^^^^^^^^^^^^^ Pass a static IAM token or API key directly -(`full example `_): +(`full example `__): .. code-block:: python @@ -185,7 +185,7 @@ Pass a static IAM token or API key directly StaticCredentials (username/password) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -(`full example `_) +(`full example `__) .. code-block:: python @@ -196,7 +196,7 @@ Service Account Credentials Authenticate as a Yandex Cloud service account using a key file. Requires the ``ydb[yc]`` extra (``pip install ydb[yc]``) -(`full example `_): +(`full example `__): .. code-block:: python @@ -212,7 +212,7 @@ Metadata Credentials Picks up credentials from the instance metadata service when running inside Yandex Cloud (Compute VM, Cloud Functions, etc.). Requires ``ydb[yc]`` -(`full example `_): +(`full example `__): .. code-block:: python @@ -225,7 +225,7 @@ OAuth 2.0 Token Exchange For federated identity scenarios. Exchanges a subject token (e.g. a signed JWT) for a YDB access token via an OAuth 2.0 token exchange endpoint -(`full example `_): +(`full example `__): .. code-block:: python