From 175404aea65c7f485493ba13686391f8fc5d6824 Mon Sep 17 00:00:00 2001 From: Lance Gliser Date: Tue, 22 Oct 2024 12:29:19 -0500 Subject: [PATCH] /en/release-latest/user_guide/basic_capabilities/feature_attributes.html --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index e2f1f39..2423bb3 100644 --- a/source/conf.py +++ b/source/conf.py @@ -202,6 +202,7 @@ # "foo": "/bar.html" # Creates a redirect from "/foo.html" to "/bar.html" "getting_started/concepts.html": "/en/release-latest/getting_started/concepts.html", "user_guide/index.html": "/en/release-latest/user_guide/index.html", + "user_guide/basic_capabilities/feature_attributes.html": "/en/release-latest/user_guide/basic_capabilities/feature_attributes.html", "user_guide/basic_capabilities/predictions.html": "/en/release-latest/user_guide/basic_capabilities/predictions.html", "user_guide/concepts/null_sparse_data.html": "/en/release-latest/user_guide/concepts/null_sparse_data.html", }