diff options
author | Ayush Verma <verma16.ayush@gmail.com> | 2021-04-20 01:16:30 +0530 |
---|---|---|
committer | Ayush Verma <verma16.ayush@gmail.com> | 2021-04-20 01:16:30 +0530 |
commit | a8fc5bddaff31bfda7da0420e7c7337ae20e9ee3 (patch) | |
tree | 31c84aedb29813e74f7062dadb778eccba96fce5 /doc | |
parent | 0bc562e24856145027d66c5722c2305e02c0a487 (diff) | |
download | numpy-a8fc5bddaff31bfda7da0420e7c7337ae20e9ee3.tar.gz |
word wrapped around 80 chars and proper ellipses as per suggested
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/docs/howto_build_docs.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst index 2f19d3c98..fd1a26d1d 100644 --- a/doc/source/docs/howto_build_docs.rst +++ b/doc/source/docs/howto_build_docs.rst @@ -56,13 +56,10 @@ 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 successful "import numpy"`` -you need to override the makefile 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 variable at the commandline, so instead of writing ``make html`` write:: make PYTHON=python html - + Note that building the documentation on Windows is currently not actively supported, though it should be possible. (See Sphinx_ documentation |