From d930c08a45bacd7e2d7337c47d555cc17adc7399 Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 26 Dec 2018 17:31:23 +0100 Subject: [PATCH] Fix requirements to build documentation --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1ea5e303..49229a0e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ You can also build the documentation locally before pushing to ensure everything #### Requirements ``` -sudo pip install sphinx sphinx-autobuild +sudo pip install sphinx sphinx-autobuild recommonmark sudo pip install sphinx_rtd_theme ``` #### How to build and error-check