From 7982a5ce9186866f7401da797069046e19dc8e20 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 13 Jul 2020 10:20:06 -0400 Subject: [PATCH] Unpin `numpydoc` following 1.1 release Fix for errant backslashes was fixed upstream and released. https://numpydoc.readthedocs.io/en/latest/release_notes.html#fixed-bugs https://github.com/numpy/numpydoc/issues/218 --- docs/requirements-docs.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 60c81fed6e8..dbe6e097caf 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,6 +1,4 @@ -# We pin numpydoc to avoid doubly-escaped *args and **kwargs in rendered docs -# due to a weird interaction between sphinx autosummary and numpydoc >= 0.9.0 -numpydoc==0.8.0 +numpydoc sphinx dask-sphinx-theme>=1.1.0 sphinx-click