From 4f9f25db026be595ea43d3dceef7397c908fd1ab Mon Sep 17 00:00:00 2001 From: Martin Hostettler Date: Sun, 25 Sep 2016 16:33:30 +0200 Subject: [PATCH] development.rst: Add sphinx_rtd_theme to the sphinx install command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s used by default, so install it as well. --- docs/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index 3e89e34c7..513bb4ec6 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -147,7 +147,7 @@ The documentation (in reStructuredText format, .rst) is in docs/. To build the html version of it, you need to have sphinx installed:: - pip3 install sphinx # important: this will install sphinx with Python 3 + pip3 install sphinx sphinx_rtd_theme # important: this will install sphinx with Python 3 Now run::