mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 10:24:32 +02:00
Fix en-dash rendering in install/uninstall docs by disabling smartquotes
Disable Sphinx smartquotes globally to prevent -- from being transformed into an en-dash in CLI documentation. Previously, the escaping approach (\--) was attempted but did not work inside :ref: roles as confirmed by the maintainer. Removes the earlier workaround escaping in cli.rst since the global setting handles all occurrences properly. Closes #493
This commit is contained in:
parent
a947dc6739
commit
9db0308e72
2 changed files with 6 additions and 1 deletions
|
|
@ -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``.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue