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
This commit is contained in:
Muhamed Fazal PS 2026-07-16 19:10:24 +05:30
commit 2370fb01e7

View file

@ -3018,7 +3018,7 @@ See this `SpatiaLite Cookbook recipe <http://www.gaia-gis.it/gaia-sins/spatialit
Installing packages
===================
The :ref:`convert command <cli_convert>` and the :ref:`insert -\\-convert <cli_insert_convert>` and :ref:`query -\\-functions <cli_query_functions>` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment.
The :ref:`convert command <cli_convert>` and the :ref:`insert \--convert <cli_insert_convert>` and :ref:`query \--functions <cli_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 <package>``. This is a wrapper around ``pip install``.