summaryrefslogtreecommitdiff
path: root/doc/source/docs/howto_build_docs.rst
diff options
context:
space:
mode:
authorAyush Verma <verma16.ayush@gmail.com>2021-04-20 02:15:07 +0530
committerAyush Verma <verma16.ayush@gmail.com>2021-04-20 02:15:07 +0530
commit10308afc38c04be94bfb99cc821d22c01118b761 (patch)
tree0104ee8c1037d062d2dbee2823693baf1044ee97 /doc/source/docs/howto_build_docs.rst
parentfb0526919a427ffc5d12637b962552b4c877f443 (diff)
downloadnumpy-10308afc38c04be94bfb99cc821d22c01118b761.tar.gz
line breaks maintaining <80 chars
Diffstat (limited to 'doc/source/docs/howto_build_docs.rst')
-rw-r--r--doc/source/docs/howto_build_docs.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst
index e017ef03f..d54c52e8f 100644
--- a/doc/source/docs/howto_build_docs.rst
+++ b/doc/source/docs/howto_build_docs.rst
@@ -56,7 +56,11 @@ in the ``doc/`` directory. If all goes well, this will generate a
a message about ``installed numpy != current repo git version``, you must
either override the check by setting ``GITVER`` or re-install NumPy.
-Note that if you have built numpy into a virtual enviornment and getting an error that says ``numpy not found, cannot build documentation without...`` you need to override the makefile ``PYTHON`` variable at the commandline, so instead of writing ``make html`` write::
+Note that if you have built numpy into a virtual enviornment and
+getting an error that says ``numpy not found, cannot build
+documentation without...`` you need to override the makefile
+``PYTHON`` variable at the commandline, so instead of writing ``make
+html`` write::
make PYTHON=python html