2023-08-25 18:05:48 -07:00
|
|
|
# TODO(crag): This requirements should instead live in docs/ and be co-mingled with
|
|
|
|
# unstructured-the-library requirements
|
|
|
|
|
2023-08-01 11:31:13 -04:00
|
|
|
-c base.txt
|
2024-05-22 23:32:06 -04:00
|
|
|
-c constraints.in
|
2023-08-01 11:31:13 -04:00
|
|
|
|
2023-08-25 18:05:48 -07:00
|
|
|
# NOTE(crag): pinning for consistency with CI, compat with below pins
|
|
|
|
sphinx==6.2.1
|
2023-08-22 19:05:02 -04:00
|
|
|
sphinx-tabs
|
2023-01-23 13:03:02 -06:00
|
|
|
# NOTE(alan) - Pinning to resolve a conflict with sphinx. We can unpin on next sphinx_rtd_theme release.
|
2023-06-08 09:39:35 -04:00
|
|
|
sphinx_rtd_theme==1.2.2
|
2023-08-23 22:24:03 -07:00
|
|
|
# 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
|
2022-12-19 14:47:15 -05:00
|
|
|
|
|
|
|
# NOTE(robinson) - The following dependencies are pinned to address security scans
|
|
|
|
certifi>=2022.12.07
|
2023-09-25 21:20:16 -07:00
|
|
|
|
|
|
|
# NOTE(ronny) - Added to suppress Sphinx warnings
|
2024-05-22 23:32:06 -04:00
|
|
|
myst-parser
|