File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ From c87dc6f80fc8eac93b266103aef8dc9683301b01 Mon Sep 17 00:00:00 2001
2
+ From: Alec Delaney <tekktrik@gmail.com>
3
+ Date: Mon, 30 May 2022 14:25:04 -0400
4
+ Subject: [PATCH] Set language to "en" for documentation
5
+
6
+ ---
7
+ docs/conf.py | 2 +-
8
+ 1 file changed, 1 insertion(+), 1 deletion(-)
9
+
10
+ diff --git a/docs/conf.py b/docs/conf.py
11
+ index cb5dde7..c58fe52 100644
12
+ --- a/docs/conf.py
13
+ +++ b/docs/conf.py
14
+ @@ -57,7 +57,7 @@ release = "1.0"
15
+ #
16
+ # This is also used if you do content translation via gettext catalogs.
17
+ # Usually you set "language" from the command line for these cases.
18
+ - language = None
19
+ + language = "en"
20
+
21
+ # List of patterns, relative to source directory, that match files and
22
+ # directories to ignore when looking for source files.
23
+ - -
24
+ 2.36.1
25
+
You can’t perform that action at this time.
0 commit comments