From 15a34cc2bb208de7298af1ae89e18fdc861f4a0f Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Wed, 18 Jul 2018 09:52:09 +0800 Subject: [PATCH] Add Sphinx theme dependency in readme --- docs/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README b/docs/README index fe47370d..7fb2f1de 100644 --- a/docs/README +++ b/docs/README @@ -1,7 +1,7 @@ The documents are based on Sphinx, run the following commands to build the documents: -pip install sphinx sphinx-autobuild +pip install sphinx sphinx-autobuild sphinx-rtd-theme pip install recommonmark make html -After building, the generated documents are located in _build. \ No newline at end of file +After building, the generated documents are located in _build. -- GitLab