From eb27deace2a97a7f5bdaa5e05375792c03aee2be Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Fri, 6 Jan 2023 10:12:34 -0800 Subject: [PATCH] CI: fix doc requirements sphinx-autodoc-typehints now requires sphinx>=5.3, and this has slowed down pips dependency resolver to the point where the CI times out. --- docs/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 07b851edd..51f37b520 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,8 +2,10 @@ absl-py # TODO(sharadmv,jakevdp): fix IPython3 issue and remove pinned version ipython<=8.6.0 sphinx>=4 -sphinx-autodoc-typehints -sphinx-book-theme>=0.3.3 +# TODO(jakevdp) unpin sphinx-autodoc-typehints when sphinx-book-theme +# no longer requires sphinx<5 +sphinx-autodoc-typehints<1.19 +sphinx-book-theme>=0.3.3 sphinx-copybutton>=0.5.0 sphinx-remove-toctrees jupyter-sphinx>=0.3.2