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
pdoc should successfully build docs with git_link_template = 'https://github.com/USER/PROJECT/blob/{commit}/{path}#L{start_line}-L{end_line}' for classes with property or cached_property
Expected Behavior
pdoc should successfully build docs with
git_link_template = 'https://github.com/USER/PROJECT/blob/{commit}/{path}#L{start_line}-L{end_line}'
for classes withproperty
orcached_property
Actual Behavior
Steps to Reproduce
property
orcached_property
config.mako
withgit_link_template
notNone
config.mako
in the templates dirAdditional info
0.11.1
The text was updated successfully, but these errors were encountered: