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 +```