Skip to content

Commit 2fc716a

Browse files
Fix sphinx 8 warnings
1 parent 3157ed8 commit 2fc716a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
#
7676
# This is also used if you do content translation via gettext catalogs.
7777
# Usually you set "language" from the command line for these cases.
78-
language = None
78+
language = "en"
7979

8080
# List of patterns, relative to source directory, that match files and
8181
# directories to ignore when looking for source files.
@@ -104,7 +104,7 @@
104104
# Add any paths that contain custom static files (such as style sheets) here,
105105
# relative to this directory. They are copied after the builtin static files,
106106
# so a file named "default.css" will overwrite the builtin "default.css".
107-
html_static_path = ["_static"]
107+
html_static_path = []
108108

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

0 commit comments

Comments
 (0)