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
PR #48 results in a failed website deployment from the github action. Sometimes the website was created and with the changes applied... this is confusing, and needs investigation.
Update: two independent issues have been observed,
The website build error is because pdoc attempts to build a non .py file (i.e. the .cpp or .so files). Need to inform pdoc to ignore these files.
Duplicate and sometimes triplicate references are produced on pdoc website from docstring references.
The text was updated successfully, but these errors were encountered:
PR #48 results in a failed website deployment from the github action. Sometimes the website was created and with the changes applied... this is confusing, and needs investigation.
Update: two independent issues have been observed,
The text was updated successfully, but these errors were encountered: