From c1dd5eea079cc54854b9ac4a795c0485e87ca0ee Mon Sep 17 00:00:00 2001 From: Michael Harms Date: Fri, 18 Aug 2023 11:08:19 -0700 Subject: [PATCH] fixing sphinx conf.py for readthedocs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2f98b8c..d8bae94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,7 +99,7 @@ def __getattr__(cls, name): # # 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" # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -343,7 +343,7 @@ def __getattr__(cls, name): # path where to save gallery generated examples 'gallery_dirs' : 'gallery', 'backreferences_dir': 'generated/modules', - 'download_section_examples' : False, + 'download_all_examples' : False, 'reference_url': { 'epistasis': None, },