From 1c5f894a89ee68de63566fe9bf994ce062153f02 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Mon, 10 Aug 2026 16:39:24 -0400 Subject: [PATCH] DOC: Adds a sidebar with links to other implementations. For uniform look and feel across sites. See also https://github.com/tee-ar-ex/trx-cpp/pull/54, https://github.com/tee-ar-ex/trx-rs/pull/18 --- docs/_templates/implementation-links.html | 11 +++++++++++ docs/conf.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/_templates/implementation-links.html diff --git a/docs/_templates/implementation-links.html b/docs/_templates/implementation-links.html new file mode 100644 index 0000000..987d3ce --- /dev/null +++ b/docs/_templates/implementation-links.html @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index c56b1fa..2fb8877 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ } html_sidebars = { - "**": ["sidebar-nav-bs.html"], + "**": ["sidebar-nav-bs.html", "implementation-links.html"], } myst_enable_extensions = [