Skip to content

Commit

Permalink
Merge pull request #354 from bennibbelink/fix-sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 2, 2024
2 parents 6ad98b6 + 9a1f782 commit 58174f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{% extends "!layout.html" %}

{% block sidebarsearch %}
<div class="customsidebar">
<div class="sphinxlocaltoc">
<h3>{{ _('Useful Pages') }}</h3>
<ul><li><ul>
Expand All @@ -20,7 +18,6 @@ <h3>{{ _('Useful Pages') }}</h3>
<li><a href="http://dev-call.fuelcycle.org" target="_blank"><span style="font-variant:small-caps">Cyclus</span> Developers Hangout Link</a>
</ul></li></ul>
</div>
{{ super() }}
<h3>Get Cyclus</h3>
<br>
Current version: <b>1.5.5</b>
Expand Down Expand Up @@ -53,4 +50,4 @@ <h3>Acknowledgements</h3>
<a href="http://www.anl.gov" target="_blank"><img src="{{ pathto("_static/nnsa.png", 1) }}" width=150px></a>


{% endblock %}
</div>
4 changes: 3 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 58174f3

Please sign in to comment.