Automate the building of the 3.x SDK docs
Until Mintlify supports SDK documentation natively, we're going to generate our SDK documentation with Mkdocs (updated text here) and publish to a fairly bare-bones Netlify project (https://prefect-python-sdk-docs.netlify.app/). We want to automate this process enough that we'll have accurate/usable SDK docs (even if they aren't the most beautiful they will end up being)
Update, pdoc seems pretty barebones and didn't seem to recurse through our module hierarchy very well. I did a spike with mkdocs and was able to get a pretty solid foundation going in just a couple hours or so. https://github.com/PrefectHQ/prefect/pull/14012
Moving this off the 3.x last mile board, as docs have been built here. Still want to automate in the future.
Once #14292 is merged and Netlify is connected to auto-build on changes to the "site" folder in prefecthq/prefect, just need to run the command make docs upon Prefect 3.x releases in a GitHub Action.