From e4a795e0c2d31b1761914f3e111c0e7f6ab6e788 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Sat, 4 Jan 2025 17:53:28 -0600 Subject: [PATCH] tweaks --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8bb6b55529..382587ecd5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -289,6 +289,11 @@ def setup(app: SphinxApp) -> None: # html_theme = "sphinx_rtd_theme" +html_theme_options = { + "canonical_url": "https://microsoft.github.io/MLOS/", + "navigation_depth": -1, +} + # 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".