blob: 03279c56e32f7b40eb75f70da25820fc04fed89e [file] [log] [blame]
[project]
name = "rules_python_docs"
version = "0.0.0"
dependencies = [
# NOTE: This is only used as input to create the resolved requirements.txt
# file, which is what builds, both Bazel and Readthedocs, both use.
"sphinx",
"myst-parser",
"sphinx_rtd_theme",
"readthedocs-sphinx-ext",
"absl-py",
"typing-extensions"
]