From 18d2ef341e3e84ec0d0ca59a3181cce46de522b2 Mon Sep 17 00:00:00 2001 From: Charlie Tonneslan Date: Sun, 17 May 2026 09:41:38 -0400 Subject: [PATCH] docs: render --convert and --functions literally in install section The double dashes were hitting Sphinx's smartquotes inside the `:ref:` display text and coming out as en-dashes. Move them into inline code spans and reword the sentence around the links so smartquotes never sees them. Closes #493. Signed-off-by: Charlie Tonneslan --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index a6081609..ffe4a11c 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -2786,7 +2786,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 `, the ``--convert`` option to :ref:`insert `, and the ``--functions`` option to :ref:`query ` 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``.