Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"myst-parser>=4.0.0",
"nbsphinx>=0.9.5",
"numpydoc>=1.8.0",
"pydata-sphinx-theme>=0.15.4",
"nvidia-sphinx-theme",
"pre-commit>=3.8.0",
"sphinx>=8.0.2",
"sphinx-autobuild>=2024.9.19",
Expand Down
Binary file removed source/_static/RAPIDS-logo-purple.png
Binary file not shown.
56 changes: 0 additions & 56 deletions source/_static/js/nav.js

This file was deleted.

36 changes: 13 additions & 23 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

# -- Project information -----------------------------------------------------

project = "RAPIDS Deployment Documentation"
html_title = "RAPIDS Deployment Documentation"
project = "NVIDIA RAPIDS Deployment Documentation"
html_title = "NVIDIA RAPIDS Deployment Documentation"
copyright = f"{datetime.date.today().year}, NVIDIA"
author = "NVIDIA"

Expand Down Expand Up @@ -121,39 +121,37 @@
"analytics": {
"google_analytics_id": "G-02WR7CRJ3Z",
},
"header_links_before_dropdown": 7,
# https://github.com/pydata/pydata-sphinx-theme/issues/1220
"icon_links": [],
"logo": {
"link": "https://docs.rapids.ai/",
},
"github_url": "https://github.com/rapidsai/",
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/rapidsai/deployment",
"icon": "fa-brands fa-github",
"type": "fontawesome",
},
],
"show_toc_level": 1,
"navbar_align": "right",
"secondary_sidebar_items": [
"page-toc",
"notebooks-extra-files-nav",
"notebooks-tags",
"feedback",
"deployment-feedback",
],
}

html_sidebars = {
"**": ["sidebar-nav-bs", "sidebar-ethical-ads"],
"index": [],
"examples/index": ["notebooks-tag-filter", "sidebar-ethical-ads"],
"examples/index": ["sidebar-nav-bs", "notebooks-tag-filter"],
}

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
html_theme = "nvidia_sphinx_theme"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_logo = "_static/RAPIDS-logo-purple.png"

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
Expand All @@ -170,13 +168,5 @@


def setup(app):
app.add_css_file("https://docs.rapids.ai/assets/css/custom.css")
app.add_css_file(
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"
)
app.add_css_file("css/custom.css")
app.add_js_file(
"https://docs.rapids.ai/assets/js/custom.js", loading_method="defer"
)
app.add_js_file("js/nav.js", loading_method="defer")
app.add_js_file("js/notebook-gallery.js", loading_method="defer")
4 changes: 2 additions & 2 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ review_priority: "index"
html_theme.sidebar_secondary.remove: true
---

# Deploying RAPIDS
# NVIDIA RAPIDS Deployment Documentation

Deployment documentation to get you up and running with RAPIDS anywhere.
NVIDIA RAPIDS deployment documentation helps you get up and running with RAPIDS anywhere.

`````{gridtoctree} 1 2 2 3
:gutter: 2 2 2 2
Expand Down
16 changes: 14 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading