summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2020-01-07 21:23:55 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2020-01-07 21:25:51 +0100
commit4bf433c7ac4b8118038958f5da043126af75c79b (patch)
treeb41d929b0114e17d11809b5fb7a6a9e81df478b3
parenta524490123ed91e91d2b24409f6a7bbf8b8df728 (diff)
downloadnumpy-4bf433c7ac4b8118038958f5da043126af75c79b.tar.gz
DOC: BLD: add empty release notes for 1.19.0 to fix doc build error
Was discussed before in gh-15042 but forgotten about. Sphinx now complains about this missing file, and warnings get turned into errors in some cases in our build setup. [ci skip]
-rw-r--r--doc/source/release/1.18.0-notes.rst6
-rw-r--r--doc/source/release/1.19.0-notes.rst6
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/source/release/1.18.0-notes.rst b/doc/source/release/1.18.0-notes.rst
index 24aa94445..d59f985cd 100644
--- a/doc/source/release/1.18.0-notes.rst
+++ b/doc/source/release/1.18.0-notes.rst
@@ -1,8 +1,8 @@
.. currentmodule:: numpy
-================================
-NumPy NumPy 1.18.0 Release Notes
-================================
+==========================
+NumPy 1.18.0 Release Notes
+==========================
In addition to the usual bug fixes, this NumPy release cleans up and documents
the new random C-API, expires a large number of old deprecations, and improves
diff --git a/doc/source/release/1.19.0-notes.rst b/doc/source/release/1.19.0-notes.rst
new file mode 100644
index 000000000..6e7fd69d4
--- /dev/null
+++ b/doc/source/release/1.19.0-notes.rst
@@ -0,0 +1,6 @@
+.. currentmodule:: numpy
+
+==========================
+NumPy 1.19.0 Release Notes
+==========================
+