Skip to content

Commit

Permalink
docs: base: Remove non-functional theme option
Browse files Browse the repository at this point in the history
This appears to access an out of scope variable and is actually no
longer needed.

Fixes: #1117
  • Loading branch information
michaelwood committed Oct 23, 2024
1 parent b38271a commit e272a1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@
</footer>
</div>

<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable({{ 'true' if theme_sticky_navigation|tobool else 'false' }});
});
</script>
{% block cookieconsent %}
{% include '_parts/cookie-consent.html' %}
{% endblock %}
Expand Down

0 comments on commit e272a1d

Please sign in to comment.