From 84eefe6f447febe16bd0fb275a68c3b1fd0b0d4e Mon Sep 17 00:00:00 2001 From: Jaya Venkatesh Date: Thu, 18 Dec 2025 10:23:52 -0800 Subject: [PATCH] added a couple of cosmetic fixes Signed-off-by: Jaya Venkatesh --- source/conf.py | 1 + source/local.md | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/source/conf.py b/source/conf.py index b466f964..586ad078 100644 --- a/source/conf.py +++ b/source/conf.py @@ -17,6 +17,7 @@ # -- Project information ----------------------------------------------------- project = "RAPIDS Deployment Documentation" +html_title = "RAPIDS Deployment Documentation" copyright = f"{datetime.date.today().year}, NVIDIA" author = "NVIDIA" diff --git a/source/local.md b/source/local.md index 08d7086b..f37b998b 100644 --- a/source/local.md +++ b/source/local.md @@ -13,7 +13,7 @@ Choose your preferred installation method for running RAPIDS ````{grid-item-card} :link: https://docs.rapids.ai/install#conda :link-type: url -{fas}`box;sd-text-primary` Conda +{fas}`box;sd-text-primary` conda ^^^ Install RAPIDS using conda ```` @@ -43,10 +43,3 @@ Install RAPIDS on Windows using Windows Subsystem for Linux version 2 (WSL2) ```` ````` - -:::{toctree} -:hidden: -:maxdepth: 1 - -custom-docker.md -:::