diff --git a/docs/source/conf.py b/docs/source/conf.py index cfc0173051..d33e62232e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -98,6 +98,7 @@ html_theme = "sphinx_rtd_theme" html_theme_options = { "navigation_depth": 2, + "analytics_id": "G-NVJ1Y1YJHK", } # Add any paths that contain custom static files (such as style sheets) here, @@ -121,6 +122,9 @@ smv_refs_override_suffix = r"-docs" +html_sidebars = {"**": ["versions.html"]} +html_baseurl = "https://nvidia-merlin.github.io/models/main" + intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "cudf": ("https://docs.rapids.ai/api/cudf/stable/", None),