🔥 DOP-4290 removes Manifest.py and Document.py as part of the deprecating of the legacy tooling support#71
Conversation
…ting of the legacy tooling support
There was a problem hiding this comment.
Thanks for this! README looks great. Two notes
- I think there are a few dependencies that were only used in Document.py and/or Manifest.py, such as
html5_parserandlxml(but possibly more). What do you think about checking and removing such dependencies from setup.py and pyroject.toml? - I could be wrong, but it seems like there is still some code for legacy tooling that uses giza/sphinx and deals with building manifests from an html document. I noticed this in
convert_redirects, for example, but please ignore if you already saw that code and decided to leave it in!
@anabellabuckvar good catch, I also removed it from those dependencies from |
I'm not sure, it mentions giza-style redirects and versions, but this will likely need further investigation or others on the team might have insight as to whether those code components are still necessary |
@anabellabuckvar, fair, so for learning purposes, |
anabellabuckvar
left a comment
There was a problem hiding this comment.
Looks good! Last thing is make sure to remove the convert-redirects script and any references to it
AFAIK, yes, those are legacy and we will no longer be supporting that tooling |
No description provided.