diff options
author | Kriti Singh <kritisingh1.ks@gmail.com> | 2019-04-02 10:36:44 +0530 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2019-04-01 22:06:44 -0700 |
commit | e8bd8644f3dad183b878fe6d4c1b7ec9ee5adf49 (patch) | |
tree | d030ca13920462f4eda8fd2aec163f477ba19b18 /doc/source/docs/howto_build_docs.rst | |
parent | 783e88f373e8465bbcb2fc1890fc7ff44080dd5d (diff) | |
download | numpy-e8bd8644f3dad183b878fe6d4c1b7ec9ee5adf49.tar.gz |
DOC: Correctly document the minimum required Sphinx version (#13231)
Diffstat (limited to 'doc/source/docs/howto_build_docs.rst')
-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 cdf490c37..98d1b88ba 100644 --- a/doc/source/docs/howto_build_docs.rst +++ b/doc/source/docs/howto_build_docs.rst @@ -5,7 +5,7 @@ Building the NumPy API and reference docs ========================================= We currently use Sphinx_ for generating the API and reference -documentation for NumPy. You will need Sphinx 1.0.1 or newer. +documentation for NumPy. You will need Sphinx 1.8.3 or newer. If you only want to get the documentation, note that pre-built versions can be found at |