This GitHub repository holds Sphinx Documentation for the NumPy ReadTheDocs page.
It was created in response to numpy.org issue #431. The only documentation generated via this repo is a single redirect page that takes a user browsing ReadTheDocs NumPy page to the official NumPy documentation.
Refer to the requirements.txt
file and GitHub workflows for CI for details.
If you are creating a local build on Unix (Linux / Mac OSX), simply issue make html
or make latexpdf
commands to build static Sphinx documentation.