From 5b01df1c24a8716786a053fa88eeb556a4a26e1d Mon Sep 17 00:00:00 2001 From: afgambin <103958447+afgambin@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:12:18 +0100 Subject: [PATCH] [docs] Configure slug --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4a42fd9..6b2dadd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -169,7 +169,7 @@ # TODO: If your documentation is hosted on https://docs.ubuntu.com/, # uncomment and update as needed. -# slug = '' +slug = 'data-science-stack' ####################### # Sitemap configuration: https://sphinx-sitemap.readthedocs.io/