From b8ead3b7ecbd3e3ff59f71fd2e62ad61348d1ca4 Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Mon, 15 Jul 2024 16:00:07 -0400 Subject: [PATCH] you need to run a local http server to have full search features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12c53fac..d6a151df 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ sphinx-build -D language=pt_BR ./ _build/html/pt_BR # for *português do Brasil* * Access the documentation: ```bash -open _build/html/index.html +python3 -m http.server ``` The HTML files for the documentation will be in