From f2e309df91eb86d878836ece30fe621941f675c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Thu, 9 Dec 2021 22:12:11 -0500 Subject: [PATCH] Document setup for previewing documentation locally --- documentation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation.md b/documentation.md index df2476d..a90dece 100644 --- a/documentation.md +++ b/documentation.md @@ -30,6 +30,15 @@ In doing documentation we are living our [values](values) of encouraging continu ## Local preview +### Setup + +```bash +sudo apt install python3-sphinx +pip3 install -r requirements.txt +``` + +### Generating + Running this documentation locally: ```bash