Skip to content

Commit 9746b4f

Browse files
committed
Fix docs rendering on configuration page
Restructured text doesn't like markup within markup, in this case specifying text roles inside of bold text.
1 parent 5eb1b95 commit 9746b4f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/source/installation/database/configuration.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,34 +260,38 @@ remaining configuration options only apply to the ``postgres`` and
260260
261261
.. confval:: db_database
262262

263-
**Only used for the 'postgres' and 'postgis' index drivers.**
263+
.. admonition::
264+
Only used for the 'postgres' and 'postgis' index drivers.
264265

265-
**Only used if :confval:`db_url` is not set.**
266+
Only used if :confval:`db_url` is not set.
266267

267268
The name of the database to connect to. Defaults to ``"datacube"``.
268269

269270
.. confval:: db_hostname
270271

271-
**Only used for the 'postgres' and 'postgis' index drivers.**
272+
.. admonition::
273+
Only used for the 'postgres' and 'postgis' index drivers.
272274

273-
**Only used if :confval:`db_url` is not set.**
275+
Only used if :confval:`db_url` is not set.
274276

275277
The hostname to connect to. May be set to an empty string, in which case a
276278
local socket is used. Defaults to ``"localhost"`` if not set at all.
277279

278280
.. confval:: db_port
279281

280-
**Only used for the 'postgres' and 'postgis' index drivers.**
282+
.. admonition::
283+
Only used for the 'postgres' and 'postgis' index drivers.
281284

282-
**Only used if :confval:`db_url` is not set.**
285+
Only used if :confval:`db_url` is not set.
283286

284287
The TCP port to connect to. Defaults to 5432. Not used when connecting over a local socket.
285288

286289
.. confval:: db_username
287290

288-
**Only used for the 'postgres' and 'postgis' index drivers.**
291+
.. admonition::
292+
Only used for the 'postgres' and 'postgis' index drivers.
289293

290-
**Only used if :confval:`db_url` is not set.**
294+
Only used if :confval:`db_url` is not set.
291295

292296
The username to use when connecting to the database. Defaults to the
293297
username of the logged-in user on UNIX-like systems.

0 commit comments

Comments
 (0)