From a75e76dac26fcf56ab815926b89bb9a9bc358608 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 10 Apr 2018 18:54:58 +0300 Subject: DOC: cosmetic changes, document need for python3.6 to build docs --- doc/source/docs/howto_build_docs.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/source/docs/howto_build_docs.rst') diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst index 5ce226ad4..0d403f91a 100644 --- a/doc/source/docs/howto_build_docs.rst +++ b/doc/source/docs/howto_build_docs.rst @@ -1,3 +1,5 @@ +.. _howto-build-docs: + ========================================= Building the NumPy API and reference docs ========================================= @@ -26,8 +28,7 @@ additional parts required for building the documentation:: In addition, building the documentation requires the Sphinx extension `plot_directive`, which is shipped with Matplotlib_. This Sphinx extension can -be installed with or without completely installing Matplotlib: see the -Matplotlib documentation for more information. +be installed by installing Matplotlib. You will also need python3.6. Since large parts of the main documentation are stored in docstrings, you will need to first build NumPy, and install it so -- cgit v1.2.1