diff options
author | jfbu <jfbu@free.fr> | 2019-12-04 09:56:46 +0100 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2019-12-04 09:56:46 +0100 |
commit | aed6f9b38b8785c4b583fef13fb9f391d73b69d0 (patch) | |
tree | e76bbf12cf1ffb1e58bd044319ca7cd374b290f2 | |
parent | f343dc0e5cf9eca84abc427277c7784b980637f6 (diff) | |
download | numpy-aed6f9b38b8785c4b583fef13fb9f391d73b69d0.tar.gz |
Update LaTeX build instructions
-rw-r--r-- | doc/source/docs/howto_build_docs.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst index 6deacda5c..f46070d78 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 <= 1.8.5. +documentation for NumPy. You will need Sphinx >= 2.0.0. If you only want to get the documentation, note that pre-built versions can be found at @@ -57,7 +57,9 @@ To build the PDF documentation, do instead:: make latex make -C build/latex all-pdf -You will need to have Latex installed for this. +You will need to have Latex installed for this, inclusive of support for +Greek letters. For example, on Ubuntu xenial ``texlive-lang-greek`` and +``cm-super`` are needed. Also ``latexmk`` is needed on non-Windows systems. Instead of the above, you can also do:: |