File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
source activate mne;
67
67
conda install sphinx;
68
68
pip install --progress-bar off sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
69
+ pip install --user --upgrade --progress-bar off https://api.github.com/repos/larsoner/numpydoc/zipball/xref-param-type
69
70
pip uninstall --yes mne;
70
71
echo "source activate mne" >> $BASH_ENV;
71
72
@@ -289,8 +290,7 @@ jobs:
289
290
command : |
290
291
set -e;
291
292
pip install --user --progress-bar off numpy scipy matplotlib pillow
292
- pip install --user --progress-bar off sphinx sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
293
- pip install --user --progress-bar off https://api.github.com/repos/larsoner/numpydoc/zipball/xref-param-type
293
+ pip install --user --progress-bar off sphinx numpydoc sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
294
294
pip install --user -e .
295
295
- run :
296
296
name : make linkcheck
You can’t perform that action at this time.
0 commit comments