Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/site/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023, NVIDIA CORPORATION.
# Copyright (c) 2026, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -18,12 +18,12 @@ title: Spark Rapids ML
description: >- # this means to ignore newlines until "baseurl:"
Spark Rapids ML enables GPU accelerated distributed machine learning on Apache Spark
powered by the RAPIDS cuML library.
baseurl: "/spark-rapids-ml" # the subpath of your site, e.g. /blog
baseurl: "/cuml-spark" # the subpath of your site, e.g. /blog
url: "nvidia.github.io" # the base hostname & protocol for your site, e.g. http://example.com

aux_links:
"Spark Rapids ML on GitHub":
- "//github.com/nvidia/spark-rapids-ml"
- "//github.com/nvidia/cuml-spark"

# Build settings
remote_theme: pmarsceill/just-the-docs
Expand Down