You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I try to useautomodsumm with a template when building matplotlib. jinja2.exceptions.TemplateAssertionError: no filter named 'underline'. The error happen in the call
where in the sphinx generate_autosummary_docs function but not in the generate_automodsumm_docs function.
I added that line and the _underline function and I don't get the error anymore. The result is more as expected but sphinx doesn't render the last level of autosummary files (if that makes any sense, the links on my class pages don't work).
The text was updated successfully, but these errors were encountered:
I get the following error when I try to use
automodsumm
with a template when building matplotlib.jinja2.exceptions.TemplateAssertionError: no filter named 'underline'
. The error happen in the callon line 511.
I looked into the code and saw that the line
where in the sphinx
generate_autosummary_docs
function but not in thegenerate_automodsumm_docs
function.I added that line and the
_underline
function and I don't get the error anymore. The result is more as expected but sphinx doesn't render the last level ofautosummary
files (if that makes any sense, the links on my class pages don't work).The text was updated successfully, but these errors were encountered: