Skip to content

Commit

Permalink
Fix Sphinx document generation broken by \n
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 16, 2025
1 parent 24216ad commit 692e0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth_defi/gcloud_hsm_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Example environment configuration for ``source`` shell script ``credentials.env``:
.. code-block:: text
.. code-block:: shell
export GOOGLE_CLOUD_PROJECT="your-gcp-project-425310"
export GOOGLE_CLOUD_REGION="global"
Expand All @@ -31,7 +31,7 @@
"type": "service_account",
"project_id": "trading-strategy-425310",
"private_key_id": "snip",
"private_key": "-----BEGIN PRIVATE KEY----- snip -----END PRIVATE KEY-----\n",
"private_key": "-----BEGIN PRIVATE KEY----- snip -----END PRIVATE KEY-----",
"client_email": "tradingstrategy-hsm@trading-strategy-425310.iam.gserviceaccount.com",
"client_id": "snip",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
Expand Down

0 comments on commit 692e0ca

Please sign in to comment.