mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-07 00:52:42 +00:00

### Summary
As seen in [this
job](https://github.com/Unstructured-IO/unstructured/actions/runs/9182534479/job/25251583102),
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](91b892c79d
)
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](https://github.com/Unstructured-IO/unstructured/actions/runs/9198605026/job/25301670934?pr=3077)
on the feature branch.
---------
Co-authored-by: Christine Straub <christinemstraub@gmail.com>
25 lines
822 B
Plaintext
25 lines
822 B
Plaintext
# TODO(crag): This requirements should instead live in docs/ and be co-mingled with
|
|
# unstructured-the-library requirements
|
|
|
|
-c base.txt
|
|
-c constraints.in
|
|
|
|
# NOTE(crag): pinning for consistency with CI, compat with below pins
|
|
sphinx==6.2.1
|
|
sphinx-tabs
|
|
# NOTE(alan) - Pinning to resolve a conflict with sphinx. We can unpin on next sphinx_rtd_theme release.
|
|
sphinx_rtd_theme==1.2.2
|
|
# NOTE(crag): the following are pinned due to later versions not being available in CI for some reason
|
|
sphinxcontrib-htmlhelp==2.0.1
|
|
sphinxcontrib-devhelp==1.0.2
|
|
sphinxcontrib-applehelp==1.0.4
|
|
sphinxcontrib-qthelp==1.0.3
|
|
sphinxcontrib-serializinghtml==1.1.5
|
|
|
|
furo==2023.7.26
|
|
|
|
# NOTE(robinson) - The following dependencies are pinned to address security scans
|
|
certifi>=2022.12.07
|
|
|
|
# NOTE(ronny) - Added to suppress Sphinx warnings
|
|
myst-parser |