From a934f163085e2ac13b808314f51a1e2cb2d24832 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Wed, 3 Jul 2024 19:21:39 -0400 Subject: [PATCH] re-add en --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 672d0b7a1..ef30435e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ html_theme = "sphinx_book_theme" html_logo = "LKLogo2.png" if _parsed_ver.is_devrelease: - html_baseurl = "https://lkpy.lenskit.org/latest/" + html_baseurl = "https://lkpy.lenskit.org/en/latest/" else: - html_baseurl = "https://lkpy.lenskit.org/stable/" + html_baseurl = "https://lkpy.lenskit.org/en/stable/" html_theme_options = { "repository_url": "https://github.com/lenskit/lkpy",