Skip to content

Commit 3df36b8

Browse files
committed
Fix language setting in docs
1 parent 3c02311 commit 3df36b8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/conf.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
"sphinx.ext.todo",
2222
]
2323

24-
# TODO: Please Read!
25-
# Uncomment the below if you use native CircuitPython modules such as
26-
# digitalio, micropython and busio. List the modules you use. Without it, the
27-
# autodoc module docs will fail to generate with a warning.
28-
# autodoc_mock_imports = ["digitalio", "busio"]
29-
30-
3124
intersphinx_mapping = {
3225
"python": ("https://docs.python.org/3.4", None),
3326
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
@@ -60,7 +53,7 @@
6053
#
6154
# This is also used if you do content translation via gettext catalogs.
6255
# Usually you set "language" from the command line for these cases.
63-
language = None
56+
language = "en"
6457

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

0 commit comments

Comments
 (0)