From bfb3ce0e0a55bdaf14aa7e08ef86bc3e9733b1c3 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 6 Mar 2021 01:15:28 +0100 Subject: [PATCH] Add link sidebar to docs --- docs/source/_templates/links.html | 11 +++++++++++ docs/source/conf.py | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/source/_templates/links.html diff --git a/docs/source/_templates/links.html b/docs/source/_templates/links.html new file mode 100644 index 0000000000..376806491f --- /dev/null +++ b/docs/source/_templates/links.html @@ -0,0 +1,11 @@ +

Links

+ diff --git a/docs/source/conf.py b/docs/source/conf.py index b93f3e9125..e43c5f62a2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,6 +71,7 @@ html_sidebars = { # "globaltoc.html", "relations.html", "sourcelink.html", + "links.html", "versioning.html", ] }