Merge pull request #1639 from textshell/patch-1

development.rst: Add sphinx_rtd_theme to the sphinx install command
This commit is contained in:
TW 2016-09-25 21:56:17 +02:00 committed by GitHub
commit 5d6d4a1bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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::