From 9a920f3266c64b6cb4c1e43ebab67861a6c8dae1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 18 Feb 2025 12:14:24 -0600 Subject: [PATCH] docs: update intersphinx doc links per server migration --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b8262e6..77357ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ extensions = [ ] intersphinx_mapping = { - 'rattail-manual': ('https://rattailproject.org/docs/rattail-manual/', None), + 'rattail-manual': ('https://docs.wuttaproject.org/rattail-manual/', None), } # Add any paths that contain templates here, relative to this directory.