From fa5c05e44b0e7cf6e8f27ee9c5d8cb4fe2cc02f4 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Thu, 30 May 2024 08:58:49 -0500 Subject: [PATCH] add global TOC to doc index page --- doc/_templates/indexsidebar.html | 4 ++-- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html index dfdfcf89..d49318cc 100644 --- a/doc/_templates/indexsidebar.html +++ b/doc/_templates/indexsidebar.html @@ -1,4 +1,4 @@ -
Get uncertainties
+

Get uncertainties

Current version: {{ release }}

@@ -11,7 +11,7 @@

Get uncertainties

-
Offline Documentation
+

Offline Documentation

uncertainties.pdf diff --git a/doc/conf.py b/doc/conf.py index 8eb5daf6..7acd3457 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -140,7 +140,7 @@ #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} +html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html', 'globaltoc.html']} # Additional templates that should be rendered to pages, maps page names to # template names.