Skip to content

Commit e2edf54

Browse files
committedDec 31, 2023
Explicitely set language to 'en'
1 parent f11cf56 commit e2edf54

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
 

‎doc/src/conf.py

+2-7
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@
4646
# Add any paths that contain templates here, relative to this directory.
4747
templates_path = ['_templates']
4848

49-
# The suffix(es) of source filenames.
50-
# You can specify multiple suffix as a list of string:
51-
#
52-
# source_suffix = ['.rst', '.md']
49+
# The suffix of source filenames.
5350
source_suffix = '.rst'
5451

5552
# The master toctree document.
@@ -60,7 +57,7 @@
6057
#
6158
# This is also used if you do content translation via gettext catalogs.
6259
# Usually you set "language" from the command line for these cases.
63-
language = None
60+
language = 'en'
6461

6562
# List of patterns, relative to source directory, that match files and
6663
# directories to ignore when looking for source files.
@@ -75,15 +72,13 @@
7572

7673
autodoc_member_order = 'bysource'
7774

78-
7975
# -- Options for intersphinx extension ---------------------------------------
8076

8177
intersphinx_mapping = {
8278
'python': ('https://docs.python.org/3', None),
8379
'pytest': ('https://docs.pytest.org/en/stable/', None),
8480
}
8581

86-
8782
# -- Options for HTML output -------------------------------------------------
8883

8984
# The theme to use for HTML and HTML Help pages. See the documentation for

0 commit comments

Comments
 (0)