Skip to content

Commit 9f99832

Browse files
authored
deps: upgrade to stardoc 0.7.2 for Bazel 8 support (#2451)
Stardoc 0.7.2 fixes a bug with Bazel 8 where a symbol was undefined. Upgrading to that version makes the Bazel 8 CI job that builds our docs pass. Fixes #2448
1 parent 4e60d07 commit 9f99832

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Other changes:
8080
otherwise empty) virtual env is used to customize `sys.path` initialization.
8181
* (deps) bazel_skylib 1.7.0 (workspace; bzlmod already specifying that version)
8282
* (deps) bazel_features 1.21.0; necessary for compatiblity with Bazel 8 rc3
83+
* (deps) stardoc 0.7.2 to support Bazel 8.
8384

8485
{#v0-0-0-fixed}
8586
### Fixed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pip.parse(
7171
use_repo(pip, "rules_python_publish_deps")
7272

7373
# Not a dev dependency to allow usage of //sphinxdocs code, which refers to stardoc repos.
74-
bazel_dep(name = "stardoc", version = "0.7.1", repo_name = "io_bazel_stardoc")
74+
bazel_dep(name = "stardoc", version = "0.7.2", repo_name = "io_bazel_stardoc")
7575

7676
# ===== DEV ONLY DEPS AND SETUP BELOW HERE =====
7777
bazel_dep(name = "rules_bazel_integration_test", version = "0.26.1", dev_dependency = True)

0 commit comments

Comments
 (0)