From 5fff4cc966603c4ad69d1da1e0cdf8ae4e78466c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 16 Jan 2019 12:12:41 +0000 Subject: [PATCH] Update with Jocelyn's feedback --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index d919cea8..11a6db6d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -66,7 +66,7 @@ And point your browser at `http://localhost:5000 `_. Configure database with MySQL/MariaDB (optional) ================================================ -Only required if you use MySQL/MariaDB. +.. note:: Only required if you use MySQL/MariaDB. 1. Install PyMySQL dependencies. On Debian or Ubuntu, that would be:: @@ -83,7 +83,7 @@ Only required if you use MySQL/MariaDB. Configure database with PostgreSQL (optional) ============================================= -Only required if you use Postgresql. +.. note:: Only required if you use Postgresql. 1. Install python driver for PostgreSQL (from within your virtualenv)::