Skip to content

Commit

Permalink
Update the templates (#193)
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
Revathyvenugopal162 authored Feb 6, 2023
1 parent 21f74e4 commit c0428b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"Sphinx>=4.2.0",
"Sphinx>=4.2.0,<6",
"pydata-sphinx-theme==0.12.0",
"Jinja2>=3.1.2",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
.. autosummary::
:toctree:
{% for item in attributes %}
{% if item.0 != item.upper().0 %}
{{ name }}.{{ item }}
{% endif %}
{%- endfor %}
{% endif %}
{% endblock %}

0 comments on commit c0428b5

Please sign in to comment.