Unstructured-IO / unstructured

Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
https://www.unstructured.io/
Apache License 2.0
7.8k stars 626 forks source link

fix: revert back to old requirements file for sphinx docs #3077

Closed MthwRobinson closed 2 months ago

MthwRobinson commented 2 months ago

Summary

As seen in this job, the build job for sphinx docs is failing, and has been failing for quite some time. This PR reverts the requirements file back to a previous good commit for that job, and also moves the build.in file so the requirements file doesn't get update on make pip-compile. This is fine since those requirements don't get installed as part of the package, and we're deprecated the sphinx docs in favor of https://docs.unstructured.io anyway.

Testing

Build was successful on the feature branch.