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
This commit is contained in:
jennifferweslowski-design 2026-08-14 12:08:47 +00:00
commit e74ac00a2c

View file

@ -3035,7 +3035,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 <cli_insert_convert>` ``--convert`` and :ref:`query <cli_query_functions>` ``--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``.