Use config_context in sklearn interface. (#8141)

This commit is contained in:
Jiaming Yuan
2022-08-09 14:48:54 +08:00
committed by GitHub
parent 03cc3b359c
commit 9ae547f994
8 changed files with 560 additions and 438 deletions

View File

@@ -126,7 +126,7 @@ master_doc = 'index'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"
autoclass_content = 'both'