Skip to content

Commit 6f61f9b

Browse files
authored
Fix Read the Docs build Language=None warning (#1985)
1 parent e86ab72 commit 6f61f9b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

build/templates/conf.py.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ version = release[:3]
8484
#
8585
# This is also used if you do content translation via gettext catalogs.
8686
# Usually you set "language" from the command line for these cases.
87-
language = None
87+
language = 'en'
8888

8989
# List of patterns, relative to source directory, that match files and
9090
# directories to ignore when looking for source files.

docs/nidcpower/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/nidigital/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/nidmm/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/nifgen/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/nimodinst/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/niscope/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/nise/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/niswitch/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

docs/nitclk/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# This is also used if you do content translation via gettext catalogs.
7474
# Usually you set "language" from the command line for these cases.
75-
language = None
75+
language = 'en'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)