File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
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.
You can’t perform that action at this time.
0 commit comments