xref: /aosp_15_r20/external/bazelbuild-rules_python/docs/pyproject.toml (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1[project]
2name = "rules_python_docs"
3version = "0.0.0"
4
5dependencies = [
6    # NOTE: This is only used as input to create the resolved requirements.txt
7    # file, which is what builds, both Bazel and Readthedocs, both use.
8    "sphinx-autodoc2",
9    "sphinx",
10    "myst-parser",
11    "sphinx_rtd_theme >=2.0", # uv insists on downgrading for some reason
12    "readthedocs-sphinx-ext",
13    "absl-py",
14    "typing-extensions",
15    "sphinx-reredirects"
16]
17