Skip to content

Commit fdc83fe

Browse files
authored
docs: fix table rendering
1 parent 7a96769 commit fdc83fe

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/source/user_guide/secure_grpc.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ Environment variables
7878
---------------------
7979

8080
.. list-table::
81-
:header-rows: 1
82-
:widths: 20 60 20
83-
84-
* - Variable
85-
- Description
86-
- Default
87-
* - ``ANSYS_GRPC_CERTIFICATES``
88-
- Path to folder containing ``ca.crt``, ``client.crt``, and ``client.key``
89-
for mTLS connections. If not set, defaults to a local ``./certs``
90-
directory.
91-
- ``./certs``
81+
:header-rows: 1
82+
:widths: 20 60 20
83+
84+
* - Variable
85+
- Description
86+
- Default
87+
* - ``ANSYS_GRPC_CERTIFICATES``
88+
- Path to folder containing ``ca.crt``, ``client.crt``, and ``client.key``
89+
for mTLS connections. If not set, defaults to a local ``./certs``
90+
directory.
91+
- ``./certs``
9292

9393
Generating certificates for mTLS
9494
================================

0 commit comments

Comments
 (0)