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 7aa9aea03f..d81450fcf3 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -73,6 +73,7 @@ html_sidebars = {
"relations.html",
"sourcelink.html",
"versioning.html",
+ "links.html",
]
}
html_favicon = "_static/images/favicon.ico"