Skip to content

Commit 3b4398b

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

4 files changed

Lines changed: 2025 additions & 244 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ 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+
24+
# sphinxdocs was extracted into a separate BCR module starting with rules_python 2.0.0
25+
bazel_dep(name = "sphinxdocs", version = "2.0.2")
2326

2427
PYTHON_VERSION = "3.12"
2528

0 commit comments

Comments
 (0)