Skip to content

Commit 7c4e110

Browse files
authored
Merge pull request #266 from tekktrik/dev/add-conf_py_patch
Add patch for fixing language setting in docs/conf.py
2 parents 756aa00 + f6de67c commit 7c4e110

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From c87dc6f80fc8eac93b266103aef8dc9683301b01 Mon Sep 17 00:00:00 2001
2+
From: Alec Delaney <[email protected]>
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+

0 commit comments

Comments
 (0)