From 250bb3791b3233896195857017493353ddbec6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 25 Mar 2025 15:24:33 +0100 Subject: [PATCH] fixup! Use Sphinx to revamp the documentation --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index eb674c5..d7dd5b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,12 +11,6 @@ extensions = [ ] myst_enable_extensions = ["colon_fence"] -html_sidebars = { - "**": [ - "sidebars/localtoc.html", - "repository.html", - ] -} # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]