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", ] }