Skip to content

Commit 1c570a7

Browse files
committed
fix sphinxdocs load for rules_python 2.0.2
1 parent 3b22afa commit 1c570a7

4 files changed

Lines changed: 2024 additions & 244 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ module(name = "score_docs_as_code")
1919
# Python version
2020
#
2121
###############################################################################
22-
bazel_dep(name = "rules_python", version = "1.8.3")
22+
bazel_dep(name = "rules_python", version = "2.0.2")
23+
# sphinxdocs was extracted into a separate BCR module starting with rules_python 2.0.0
24+
bazel_dep(name = "sphinxdocs", version = "2.0.2")
2325

2426
PYTHON_VERSION = "3.12"
2527

0 commit comments

Comments
 (0)