mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
language = "en" to fix Sphinx warning
This commit is contained in:
parent
afbd2b2cba
commit
6b268a1b36
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ else:
|
|||
#
|
||||
# This is also used if you do content translation via gettext catalogs.
|
||||
# Usually you set "language" from the command line for these cases.
|
||||
language = None
|
||||
language = "en"
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue