Skip to content

Commit 9393f11

Browse files
committed
Fix warnings
1 parent bffb758 commit 9393f11

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#
8888
# This is also used if you do content translation via gettext catalogs.
8989
# Usually you set "language" from the command line for these cases.
90-
language = None
90+
language = "en"
9191

9292
# List of patterns, relative to source directory, that match files and
9393
# directories to ignore when looking for source files.
@@ -117,7 +117,6 @@
117117
import sphinx_rtd_theme
118118

119119
html_theme = "sphinx_rtd_theme"
120-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
121120

122121
# Theme options are theme-specific and customize the look and feel of a theme
123122
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)