Skip to content

Commit 8b76e05

Browse files
authored
Tweak conf.py to fix Sphinx warnings (#355)
1 parent 9acb1a2 commit 8b76e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#
6666
# This is also used if you do content translation via gettext catalogs.
6767
# Usually you set "language" from the command line for these cases.
68-
language = None
68+
language = "en"
6969

7070
# List of patterns, relative to source directory, that match files and
7171
# directories to ignore when looking for source files.
@@ -95,7 +95,7 @@
9595
# Add any paths that contain custom static files (such as style sheets) here,
9696
# relative to this directory. They are copied after the builtin static files,
9797
# so a file named "default.css" will overwrite the builtin "default.css".
98-
html_static_path = ["_static"]
98+
html_static_path: List[str] = []
9999

100100
# Custom sidebar templates, must be a dictionary that maps document names
101101
# to template names.

0 commit comments

Comments
 (0)