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
When I run portray to autogenerate docs, it is producing pages for files that are out of date and do not exist any more.
I have not been able to generate docs for the current state no matter what I do.
Commands I have tried, that all produce the same out of date documentation pages. portray in_browser portray in_browser -r portray server -o portray server -o -r portray as_html
Other things I have tried
Controll-C portray, and rerun it again.
Pip uninstall and reinstall portray
pip uninstall portray
pip install portray
Remove any build, .venv, pyproject.toml files, and the output docs are still the same
Duplicate folder, and remove everything unrelated to the project, even the .git folder. The docs still creates documentation for old code, including a file that does not even exist anymore.
All of these produce the exact same result with no distinguishable change.
The text was updated successfully, but these errors were encountered:
When I run portray to autogenerate docs, it is producing pages for files that are out of date and do not exist any more.
I have not been able to generate docs for the current state no matter what I do.
Commands I have tried, that all produce the same out of date documentation pages.
portray in_browser
portray in_browser -r
portray server -o
portray server -o -r
portray as_html
Other things I have tried
build
,.venv
,pyproject.toml
files, and the output docs are still the same.git
folder. The docs still creates documentation for old code, including a file that does not even exist anymore.All of these produce the exact same result with no distinguishable change.
The text was updated successfully, but these errors were encountered: