File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 21
21
"sphinx.ext.todo" ,
22
22
]
23
23
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
-
31
24
intersphinx_mapping = {
32
25
"python" : ("https://docs.python.org/3.4" , None ),
33
26
"CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
60
53
#
61
54
# This is also used if you do content translation via gettext catalogs.
62
55
# Usually you set "language" from the command line for these cases.
63
- language = None
56
+ language = "en"
64
57
65
58
# List of patterns, relative to source directory, that match files and
66
59
# directories to ignore when looking for source files.
You can’t perform that action at this time.
0 commit comments