summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorDavid <smithdc@gmail.com>2022-03-10 09:20:25 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-04-28 11:17:57 +0200
commited6940f0bffc661a36879b8bdba4c7c9ee73cb80 (patch)
tree68e756414047b4837e4f18d61b3ef95d74afc843 /docs/ref
parent57e7a268b65c13db2690dc70010eedb5b9002ca2 (diff)
[4.0.x] Added backticks to code literals in various docs.
Backport of 51874dd1605d0106c68e854572950d2b6f768fc1 from main.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/install/postgis.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/install/postgis.txt b/docs/ref/contrib/gis/install/postgis.txt
index c769dcf05c..436e0979d2 100644
--- a/docs/ref/contrib/gis/install/postgis.txt
+++ b/docs/ref/contrib/gis/install/postgis.txt
@@ -11,10 +11,10 @@ The `psycopg2`_ module is required for use as the database adapter when using
GeoDjango with PostGIS.
On Debian/Ubuntu, you are advised to install the following packages:
-postgresql-x.x, postgresql-x.x-postgis, postgresql-server-dev-x.x,
-python-psycopg2 (x.x matching the PostgreSQL version you want to install).
-Alternately, you can `build from source`_. Consult the platform-specific
-instructions if you are on :ref:`macos` or :ref:`windows`.
+``postgresql-x.x``, ``postgresql-x.x-postgis``, ``postgresql-server-dev-x.x``,
+and ``python-psycopg2`` (x.x matching the PostgreSQL version you want to
+install). Alternately, you can `build from source`_. Consult the
+platform-specific instructions if you are on :ref:`macos` or :ref:`windows`.
.. _PostGIS: https://postgis.net/
.. _psycopg2: https://www.psycopg.org/