Commit 05ad8a0 1 parent a8211f6 commit 05ad8a0 Copy full SHA for 05ad8a0
File tree 2 files changed +15
-14
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme
2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
name = " ansys-sphinx-theme"
8
- version = " 0.13.0 "
8
+ version = " 0.13.1 "
9
9
description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
10
10
readme = " README.rst"
11
11
requires-python = " >=3.9,<4"
@@ -26,7 +26,7 @@ classifiers = [
26
26
]
27
27
dependencies = [
28
28
" Sphinx>=4.2.0" ,
29
- " pydata-sphinx-theme>=0.14.0 " ,
29
+ " pydata-sphinx-theme>=0.14,<0.15 " ,
30
30
" Jinja2>=3.1.2" ,
31
31
" importlib-metadata>=4.0" ,
32
32
]
Original file line number Diff line number Diff line change 19
19
id ="__secondary "
20
20
/>
21
21
< label class ="overlay overlay-secondary " for ="__secondary "> </ label >
22
- < header >
23
- {%- if theme_announcement -%} {% include "sections/announcement.html" %} {%-
24
- endif %} {% block docs_navbar %}
25
- < nav class ="bd-header navbar navbar-expand-lg bd-navbar ">
26
- {%- include "sections/header.html" %}
27
- </ nav >
28
- {% endblock docs_navbar %}
29
- </ header >
22
+ <!-- header-- >
23
+ {%- if theme_announcement -%} {% include "sections/announcement.html" %} {%-
24
+ endif %} {% block docs_navbar %}
25
+ < nav class ="bd-header navbar navbar-expand-lg bd-navbar ">
26
+ {%- include "sections/header.html" %}
27
+ </ nav >
28
+ {% endblock docs_navbar %}
29
+ <!-- /header -- >
30
30
< div class ="bd-container ">
31
31
< div class ="bd-container__inner bd-page-width ">
32
32
{# Primary sidebar #} {# If we have no sidebar TOC, pop the TOC component
33
- from the sidebar list #} {% if
34
- get_sidebar_toctree_length(show_nav_level=theme_show_nav_level|int) == 0 %}
35
- {% set sidebars = sidebars | reject("in", "sidebar-nav-bs.html") | list %}
36
- {% endif %}
33
+ from the sidebar list #} {# % if
34
+ get_sidebar_toctree_length(show_nav_level=theme_show_nav_level|int) == 0 %
35
+ #} {# % set sidebars = sidebars | reject("in", "sidebar-nav-bs.html") | list
36
+ % #} {# % endif % #}
37
+
37
38
< div
38
39
class ="bd-sidebar-primary bd-sidebar{% if not sidebars %} hide-on-wide{% endif %} "
39
40
>
You can’t perform that action at this time.
0 commit comments