Skip to content

Commit

Permalink
Sidebar Fix for new style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jongeorge1999 authored and spacecataz committed Sep 9, 2024
1 parent 5c7ce4f commit 8f88744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions Doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
</div>
{{ super() }}
{% endblock %}

{# put the sidebar before the body #}
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}
1 change: 1 addition & 0 deletions Doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinxdoc'
html_theme_options = { 'sidebarwidth': '350' }

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 8f88744

Please sign in to comment.