We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acb1a2 commit 8b76e05Copy full SHA for 8b76e05
docs/conf.py
@@ -65,7 +65,7 @@
65
#
66
# This is also used if you do content translation via gettext catalogs.
67
# Usually you set "language" from the command line for these cases.
68
-language = None
+language = "en"
69
70
# List of patterns, relative to source directory, that match files and
71
# directories to ignore when looking for source files.
@@ -95,7 +95,7 @@
95
# Add any paths that contain custom static files (such as style sheets) here,
96
# relative to this directory. They are copied after the builtin static files,
97
# so a file named "default.css" will overwrite the builtin "default.css".
98
-html_static_path = ["_static"]
+html_static_path: List[str] = []
99
100
# Custom sidebar templates, must be a dictionary that maps document names
101
# to template names.
0 commit comments