From 94fde624054287d8e620d29bfc02a98fec855aeb Mon Sep 17 00:00:00 2001 From: bthomee Date: Mon, 8 Dec 2025 10:42:37 -0800 Subject: [PATCH] deploy: 4565cc280bf2d91f8f88ef74cc807ece4c91a243 --- md__2____w_2rippled_2rippled_2docs_2README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md__2____w_2rippled_2rippled_2docs_2README.html b/md__2____w_2rippled_2rippled_2docs_2README.html index b60b0f6a2a..8d10be034c 100644 --- a/md__2____w_2rippled_2rippled_2docs_2README.html +++ b/md__2____w_2rippled_2rippled_2docs_2README.html @@ -113,8 +113,8 @@ Build

There is a docs target in the CMake configuration.

mkdir build
cd build
-
cmake ..
-
cmake --build . --target docs
+
cmake -Donly_docs=ON ..
+
cmake --build . --target docs --parallel

The output will be in build/docs/html.