diff --git a/doc/en/_templates/links.html b/doc/en/_templates/links.html new file mode 100644 index 000000000..19e451fe0 --- /dev/null +++ b/doc/en/_templates/links.html @@ -0,0 +1,7 @@ +

Useful Links

+ diff --git a/doc/en/_templates/sidebarintro.html b/doc/en/_templates/sidebarintro.html index 05ee615f2..167dc27d1 100644 --- a/doc/en/_templates/sidebarintro.html +++ b/doc/en/_templates/sidebarintro.html @@ -10,10 +10,3 @@ -

Useful Links

- diff --git a/doc/en/conf.py b/doc/en/conf.py index a82043626..3e5f2e482 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -156,6 +156,7 @@ html_static_path = ['_static'] html_sidebars = { 'index': [ 'sidebarintro.html', + 'links.html', 'sourcelink.html', 'searchbox.html' ],