mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
docs: Set doc language
This sets the html lang= attribute, which should be useful for accessibility (screenreaders).
This commit is contained in:
parent
e27456df24
commit
8e60f1b4a3
|
@ -93,12 +93,14 @@ source_suffix = ".rst"
|
||||||
# The master toctree document.
|
# The master toctree document.
|
||||||
master_doc = "index"
|
master_doc = "index"
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The languages this uses, also used for content autogenerated by Sphinx.
|
||||||
# for a list of supported languages.
|
|
||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
#
|
||||||
|
# It also sets the html lang= attribute which would be useful to e.g. screenreaders.
|
||||||
|
# Currently we only have english.
|
||||||
|
language = "en"
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user