diff --git a/ApplicationCode/GrpcInterface/Python/doc/README_DOCUMENTATION.txt b/ApplicationCode/GrpcInterface/Python/doc/README_DOCUMENTATION.txt index 51fff95b6b..85832119f1 100644 --- a/ApplicationCode/GrpcInterface/Python/doc/README_DOCUMENTATION.txt +++ b/ApplicationCode/GrpcInterface/Python/doc/README_DOCUMENTATION.txt @@ -1,4 +1,7 @@ -You need sphinx (pip install sphinx) to update the documentation. +You need sphinx to update the documentation. -To update run "make html" to update to reflect changes to the python code. +pip install sphinx sphinx-markdown-builder + +To update run "make markdown" to update to reflect changes to the python code. +The generated files are located in build/markdown