diff --git a/docs/source/_templates/links.html b/docs/source/_templates/links.html new file mode 100644 index 000000000..376806491 --- /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 b93f3e912..e43c5f62a 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", ] }