• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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