diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2017-06-18 13:46:45 +1200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2017-06-18 13:46:45 +1200 |
commit | 79402fdc67a26cdfc568963368f9d40494f80936 (patch) | |
tree | a399abca9a937b14ed2831068efbdb215da0a85b /doc/source/conf.py | |
parent | 14c8d3a825319a0d4f5cebabe5fb5a0f33913049 (diff) | |
download | numpy-79402fdc67a26cdfc568963368f9d40494f80936.tar.gz |
DOC: update f2py front page and some doc build metadata.
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 9ce7040ae..bf2935536 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -5,8 +5,8 @@ import sys, os, re # Check Sphinx version import sphinx -if sphinx.__version__ < "1.0.1": - raise RuntimeError("Sphinx 1.0.1 or newer required") +if sphinx.__version__ < "1.2.1": + raise RuntimeError("Sphinx 1.2.1 or newer required") needs_sphinx = '1.0' @@ -33,7 +33,7 @@ source_suffix = '.rst' # General substitutions. project = 'NumPy' -copyright = '2008-2009, The Scipy community' +copyright = '2008-2017, The SciPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |