diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-05-09 18:26:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 18:26:36 +0200 |
commit | d3b03c890e19e50e2815432d4ad1457dd8835028 (patch) | |
tree | 4073f500bbebf821f586e8e2f01980da88bbb38e /doc | |
parent | e1e36145e3c876e8a462b364c91081bf1da478c0 (diff) | |
parent | eb231979b90cfe7f434bd598aefe4196df74b32e (diff) | |
download | numpy-d3b03c890e19e50e2815432d4ad1457dd8835028.tar.gz |
Merge pull request #18956 from lbogula/copyright-change
DOC: change copyright SciPy to NumPy
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 4b60800d2..bf2fbdce9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -99,7 +99,7 @@ master_doc = 'index' # General substitutions. project = 'NumPy' -copyright = '2008-2021, The SciPy community' +copyright = '2008-2021, The NumPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |