diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-09-13 09:26:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-13 09:26:21 +0300 |
commit | ba3230577215c4551ab5b903fda272954982370c (patch) | |
tree | c2df7f8486bfd1f20894443b09ed38dfff04bdf4 /doc/source/docs/howto_build_docs.rst | |
parent | 79ee678fb2f1518b3f45e26066a02b45b22d456c (diff) | |
parent | 4fe88b18e3324cf6d5897341fd3deb32f7d0739b (diff) | |
download | numpy-ba3230577215c4551ab5b903fda272954982370c.tar.gz |
Merge pull request #14475 from hypercubestart/add-timedelta64-signature
DOC: add timedelta64 signature
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 4bb7628c1..6deacda5c 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.8.3 or newer. +documentation for NumPy. You will need Sphinx 1.8.3 <= 1.8.5. If you only want to get the documentation, note that pre-built versions can be found at |