We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94afe04 commit ba57f72Copy full SHA for ba57f72
3 files changed
MODULE.bazel
@@ -19,7 +19,8 @@ module(name = "score_docs_as_code")
19
# Python version
20
#
21
###############################################################################
22
-bazel_dep(name = "rules_python", version = "1.8.3")
+bazel_dep(name = "rules_python", version = "2.2.0")
23
+bazel_dep(name = "sphinxdocs", version = "2.2.0") # separate module since rules_python 2.0.0
24
25
PYTHON_VERSION = "3.12"
26
0 commit comments