Skip to content

Commit

Permalink
HTTP server for search features (#469)
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Cerna <[email protected]>
  • Loading branch information
eviau-artefactual and replaceafill authored Jul 18, 2024
1 parent 610f9b3 commit 4b37049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4b37049

Please sign in to comment.