From 2370fb01e76a09cfc4b1c346c419e83ac766229a Mon Sep 17 00:00:00 2001 From: Muhamed Fazal PS Date: Thu, 16 Jul 2026 19:10:24 +0530 Subject: [PATCH] Fix en-dash rendering in install/uninstall docs Replace the broken backslash escaping with proper RST escaping using \-- to prevent Sphinx from converting -- to en-dash. Closes #493 --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 2e506dd..deccbe8 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -3018,7 +3018,7 @@ See this `SpatiaLite Cookbook recipe ` and the :ref:`insert -\\-convert ` and :ref:`query -\\-functions ` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment. +The :ref:`convert command ` and the :ref:`insert \--convert ` and :ref:`query \--functions ` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment. You can install packages from PyPI directly into the correct environment using ``sqlite-utils install ``. This is a wrapper around ``pip install``.