From bee269b98665370954ba4a528b4e66d05fc9a7ff Mon Sep 17 00:00:00 2001 From: Christian R <117322020+cdreetz@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:16:00 -0500 Subject: [PATCH] Expand sidebar navigation --- docs/source/conf.py | 8 ++++++++ docs/source/index.rst | 1 + 2 files changed, 9 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 441992b..65d1de5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,6 +37,14 @@ html_theme = 'alabaster' html_static_path = ['_static'] +# Show the full navigation hierarchy in the sidebar +html_theme_options = { + 'sidebar_collapse': False, +} +html_sidebars = { + '**': ['about.html', 'globaltoc.html', 'searchbox.html'], +} + # -- Extension configuration ------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 1ae8f88..f47b3be 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,6 +11,7 @@ Create synthetic datasets with LLM generators and samplers. .. toctree:: :maxdepth: 2 :caption: Contents: + :hidden: quickstart examples