diff options
author | Giulio Benetti <giulio.benetti@micronovasrl.com> | 2018-09-11 14:55:30 +0200 |
---|---|---|
committer | Giulio Benetti <giulio.benetti@micronovasrl.com> | 2018-09-11 15:01:04 +0200 |
commit | 3ba932319cae2861aeb14cd8814d0df2d399a456 (patch) | |
tree | d57d9b9cc0954a03e9ca38252d2c15fe8afc4568 | |
parent | e00a7d8489c2052e32b9997186a1e7981e5420c9 (diff) | |
download | numpy-3ba932319cae2861aeb14cd8814d0df2d399a456.tar.gz |
DOC: fix scipy-sphinx-theme license path
In base LICENSE.txt under scipy-sphinx-theme, LICENSE.txt path is wrong.
Point to right path:
doc/scipy-sphinx-theme/LICENSE.txt
instead of:
doc/sphinxext/LICENSE.txt
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
-rw-r--r-- | LICENSE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 0065d465f..4b4dd3388 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -42,7 +42,7 @@ License: 2-clause BSD Name: scipy-sphinx-theme Files: doc/scipy-sphinx-theme/* License: 3-clause BSD, PSF and Apache 2.0 - For details, see doc/sphinxext/LICENSE.txt + For details, see doc/scipy-sphinx-theme/LICENSE.txt Name: lapack-lite Files: numpy/linalg/lapack_lite/* |