diff options
author | Ayush Verma <verma16.ayush@gmail.com> | 2021-04-20 01:23:58 +0530 |
---|---|---|
committer | Ayush Verma <verma16.ayush@gmail.com> | 2021-04-20 01:24:35 +0530 |
commit | fb0526919a427ffc5d12637b962552b4c877f443 (patch) | |
tree | 047d74178f51ccb5486aeea0e14745b0dbd2f775 /doc | |
parent | a8fc5bddaff31bfda7da0420e7c7337ae20e9ee3 (diff) | |
download | numpy-fb0526919a427ffc5d12637b962552b4c877f443.tar.gz |
added 'PYTHON variable'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/docs/howto_build_docs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst index fd1a26d1d..e017ef03f 100644 --- a/doc/source/docs/howto_build_docs.rst +++ b/doc/source/docs/howto_build_docs.rst @@ -56,7 +56,7 @@ 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 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 |