From 1fec4f9e2aea5be77c7106e7bbaf3e0820f09f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20J=C4=99drzejewski?= Date: Thu, 19 Feb 2026 15:54:30 +0100 Subject: [PATCH] docs: restore `score_plantuml` and `:needs_json` - Restore `score_plantuml` extension. - Restore `:needs_json` targets. --- BUILD | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD b/BUILD index 23959b1..20272bc 100644 --- a/BUILD +++ b/BUILD @@ -48,8 +48,8 @@ exports_files([ # - `:docs` for building documentation at build-time docs( data = [ - # "@score_platform//:needs_json", - # "@score_process//:needs_json", + "@score_platform//:needs_json", + "@score_process//:needs_json", ], source_dir = "docs", ) diff --git a/docs/conf.py b/docs/conf.py index 64d78f2..cf13475 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ "sphinx_design", "sphinx_needs", "sphinxcontrib.plantuml", - # "score_plantuml", + "score_plantuml", "score_metamodel", "score_draw_uml_funcs", "score_source_code_linker",