소스 검색

development.rst: Add sphinx_rtd_theme to the sphinx install command

It’s used by default, so install it as well.
Martin Hostettler 8 년 전
부모
커밋
4f9f25db02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/development.rst

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