8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9b11b commit e23f58dCopy full SHA for e23f58d
build_tools/circle/build_doc.sh
@@ -130,7 +130,7 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python="${PYTHON_VERSION:-*}" \
130
cython="${CYTHON_VERSION:-*}" pytest coverage \
131
matplotlib="${MATPLOTLIB_VERSION:-*}" sphinx=2.1.2 pillow \
132
scikit-image="${SCIKIT_IMAGE_VERSION:-*}" pandas="${PANDAS_VERSION:-*}" \
133
- joblib
+ joblib memory_profiler
134
135
source activate testenv
136
pip install sphinx-gallery==0.3.1
doc/conf.py
@@ -250,6 +250,7 @@
250
sphinx_gallery_conf = {
251
'doc_module': 'sklearn',
252
'backreferences_dir': os.path.join('modules', 'generated'),
253
+ 'show_memory': True,
254
'reference_url': {
255
'sklearn': None}
256
}
0 commit comments