From e023d16458ab072e6ff00ffa1d3c79f1150013d3 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 6 Mar 2024 13:35:53 +0900 Subject: [PATCH] Improve documentation (#39) Use compact page layout since there is no global TOC. --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index e2889ff..bb46cf1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,6 +52,10 @@ # a list of builtin themes. # html_theme = 'shibuya' +html_theme_options = { + 'page_layout': 'compact', + 'github_url': 'https://github.com/messense/nh3', +} pygments_style = "xcode" pygments_dark_style = "monokai"