From c481ce9ff4a8996adf654369d3a989341fb8d685 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello Date: Tue, 6 Oct 2020 20:49:33 -0600 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7615797..7c1174e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ pip3 install sphinx-book-theme This project uses [Sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html) and [Restructured Text](https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html) -`conf.py` is the configuration source for the Sphinx project +`./source/conf.py` is the configuration source for the Sphinx project. + +The navigation structure is aligned with the folder/file organization under `./source/`. This is where the individual page `.rst` files live and can be edited. If any css or table of contents organization changes, run: `make clean html`