From e74ac00a2cd8e150c5bcd25ab62ecb6bd99b6a05 Mon Sep 17 00:00:00 2001 From: jennifferweslowski-design Date: Fri, 14 Aug 2026 12:08:47 +0000 Subject: [PATCH] docs: keep literal --convert and --functions in install docs Sphinx smartquotes turns -- into an en-dash inside :ref: display text. Use code roles so the CLI flags stay copyable. Fixes #493 --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 78c33b8ae..bec6ef7e5 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -3035,7 +3035,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``.