Skip to content

Commit d420fa7

Browse files
committed
pin numpydoc
1 parent 7d9eb17 commit d420fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_tools/circle/build_doc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PATH="/home/circleci/project/miniforge/bin:$PATH"
1111
conda create --yes -n testenv python=3.8
1212
conda env update -n testenv -f environment.yml
1313
source activate testenv
14-
conda install --yes sphinx=3.5.4 jinja2=3.0.3 sphinx_rtd_theme numpydoc pygraphviz
14+
conda install --yes sphinx=3.5.4 jinja2=3.0.3 sphinx_rtd_theme numpydoc==1.2.1 pygraphviz
1515
pip install eralchemy sphinx-click
1616

1717
# Build and install scikit-learn in dev mode

0 commit comments

Comments
 (0)