From 4476fd85c1bb02109bb188094b0a63f3b460f710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 3 Oct 2022 16:49:41 -0400 Subject: [PATCH] Document writing the docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7ad0c4 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Test changes to this documentation locally: + +```bash +pip install -r requirements.txt +sphinx-build -b html . _build/html +```