diff options
author | Rohit Goswami <rog32@hi.is> | 2021-09-20 13:54:43 +0000 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2021-09-20 13:54:43 +0000 |
commit | 5f332386617ba206ce8a448d0bc73bb2507ef5c5 (patch) | |
tree | 7668b205da2bdb04d6dc42e054207cede371be3a | |
parent | df0b1bd75f0e8489912863d1f9dfde1846a7bf51 (diff) | |
download | numpy-5f332386617ba206ce8a448d0bc73bb2507ef5c5.tar.gz |
BUG,DOC: Ignore upcoming_changes from refguide
-rw-r--r-- | tools/refguide_check.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index 9a6d1c9f8..4884a2259 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -118,6 +118,7 @@ RST_SKIPLIST = [ 'changelog', 'doc/release', 'doc/source/release', + 'doc/release/upcoming_changes', 'c-info.ufunc-tutorial.rst', 'c-info.python-as-glue.rst', 'f2py.getting-started.rst', |