From 4b3704985968cb8eb2ee42d87adf37ec94693aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dith?= <146032034+eviau-artefactual@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:34:07 -0400 Subject: [PATCH] HTTP server for search features (#469) Co-authored-by: Douglas Cerna --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12c53fac..7e2d5628 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ 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 -d _build/html ``` The HTML files for the documentation will be in `archivematica-docs/_build/html/`. You can open the files in a browser of your choice, without having any access -to the Internet. +to the Internet, by accessing `http://localhost:8000`. While this offline version will not have the Archivematica web theme, you will gain access to improved search features.