From ed6940f0bffc661a36879b8bdba4c7c9ee73cb80 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 10 Mar 2022 09:20:25 +0000 Subject: [4.0.x] Added backticks to code literals in various docs. Backport of 51874dd1605d0106c68e854572950d2b6f768fc1 from main. --- docs/ref/contrib/gis/install/postgis.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ref') 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/ -- cgit v1.3