FFT_tools: Catch RuntimeErrors when importing matplotlib
[FFT-tools.git] / README
diff --git a/README b/README
index dcf9932a583f662ad2c5d3b6d8f8388e1fdb6b27..d2efadf38d68c56b25947c10acd9e4bd4a74a444 100644 (file)
--- a/README
+++ b/README
@@ -53,7 +53,9 @@ and the numpydoc_ extension.  I haven't been able to get numpydoc
 working cleanly, but you can still build a decent version of the docs
 from the ``doc`` subdirectory with::
 
-    $ PYTHONPATH=.. make SPHINXBUILD=sphinx-build-2.7 dirhtml
+    $ make SPHINXBUILD=sphinx-build-2.7 dirhtml
+
+This documentation is available on `Read the Docs`_.
 
 Usage
 =====
@@ -90,5 +92,6 @@ Version 3`_ or greater.
    https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
 .. _Sphinx: http://sphinx-doc.org/
 .. _numpydoc: https://github.com/numpy/numpy/tree/master/doc/sphinxext
+.. _Read the Docs: https://fft-tools.readthedocs.org/en/latest/
 .. _Nose: http://somethingaboutorange.com/mrl/projects/nose/
 .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt