From 0f470aad97429f004e6bfb0ede9d97b54b201b5e Mon Sep 17 00:00:00 2001 From: Stein Inge Dale Date: Wed, 25 Mar 2020 13:12:52 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 6137541e01..e9b77a61db 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ The folder **rips** is a local copy for testing purposes. We need to be able to - Install Python 3.x - Install dependencies for rips `pip install grpcio grpcio-tools protobuf` - Install the documentation system `pip install sphinx` -- Install dependencies for sphinx `pip install m2r` +- Install dependencies for sphinx `pip install m2r sphinx_rtd_theme` - Open command line in folder **docs** - Execute `make html` - Open the generated documentation in a browser `build/html/index.html`