diff options
author | Andrew Liu <andrewlliu@gmail.com> | 2019-09-12 15:44:22 -0700 |
---|---|---|
committer | Andrew Liu <andrewlliu@gmail.com> | 2019-09-12 15:44:22 -0700 |
commit | 4fe88b18e3324cf6d5897341fd3deb32f7d0739b (patch) | |
tree | 248ea6623d94e8af12fa49358cf13fab4c91d3b8 /doc/source/docs | |
parent | e295a99e109752d611ab604cabf9d0aef3418878 (diff) | |
download | numpy-4fe88b18e3324cf6d5897341fd3deb32f7d0739b.tar.gz |
add necessary sphinx version for building doc
Diffstat (limited to 'doc/source/docs')
-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 |