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