8000 CI temporarily use numpydoc master when building dev docs (#10066) · jwjohnson314/scikit-learn@fc3846d · GitHub
[go: up one dir, main page]

Skip to content

Commit fc3846d

Browse files
jnothmanJeremiah Johnson
authored andcommitted
CI temporarily use numpydoc master when building dev docs (scikit-learn#10066)
1 parent f7e74a0 commit fc3846d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_tools/circle/build_doc.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ conda update --yes --quiet conda
109109
conda create -n $CONDA_ENV_NAME --yes --quiet python numpy scipy \
110110
cython nose coverage matplotlib sphinx=1.6.2 pillow
111111
source activate testenv
112-
pip install sphinx-gallery numpydoc
112+
pip install sphinx-gallery
113+
# Use n 4C10 umpydoc master (for now)
114+
pip install git+https://github.com/numpy/numpydoc
113115

114116
# Build and install scikit-learn in dev mode
115117
python setup.py develop

0 commit comments

Comments
 (0)
0