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