diff --git a/source/atemplates/layout.html b/source/atemplates/sidebar.html similarity index 97% rename from source/atemplates/layout.html rename to source/atemplates/sidebar.html index cfd6ae8e..bf579019 100644 --- a/source/atemplates/layout.html +++ b/source/atemplates/sidebar.html @@ -1,6 +1,4 @@ -{% extends "!layout.html" %} - -{% block sidebarsearch %} +

{{ _('Useful Pages') }}

- {{ super() }}

Get Cyclus


Current version: 1.5.5 @@ -53,4 +50,4 @@

Acknowledgements

-{% endblock %} +
diff --git a/source/conf.py b/source/conf.py index 6d668117..957b2019 100644 --- a/source/conf.py +++ b/source/conf.py @@ -193,7 +193,9 @@ #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = { + '**': [ 'searchbox.html', 'sidebar.html'] +} # Additional templates that should be rendered to pages, maps page names to # template names.