You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/documentation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ which to include all the other pages.
27
27
add its filename to the ``toctree`` in ``index.rst``
28
28
29
29
To build html documentation from it, you should first of all ``pip install
30
-
Sphinx`` inside your virtualenv. Then you can run ``python setup.py
30
+
'.[doc]'`` inside your virtualenv. If this command fails, you probably have an old pip version: run ``pip install -U pip`` to fix this. Then you can run ``python setup.py
31
31
build_sphinx``. This command will create documentation inside
32
32
``build/sphinx/html/``. So run ``firefox build/sphinx/html/index.html`` and you
0 commit comments