From 2e68c6ff75183b54723308123f0541517dc4d0c5 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Fri, 29 Jan 2021 14:56:18 +0530 Subject: [PATCH] Fixed Definition list ends without a blank line; unexpected unindent. --- docs/en_US/desktop_deployment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en_US/desktop_deployment.rst b/docs/en_US/desktop_deployment.rst index 20a257cfa..a73203f7a 100644 --- a/docs/en_US/desktop_deployment.rst +++ b/docs/en_US/desktop_deployment.rst @@ -47,7 +47,9 @@ create a file named 'dev_config.json' and specify the following entries: { "pythonPath": For Example: "../../venv/bin/python3", + "pgadminFile": For Example: "../web/pgAdmin4.py" + } Note that the dev_config.py file should only be required by developers who are