blob: 5602572ee1186a6c67b92c8db47b8ef380c6aee8 (
plain) (
blame)
| 1
2
3
4
5
6
7
 | # Placeholder for real conda package
pip install --no-deps --upgrade --force sphinx-automodapi
%PYTHON% setup.py build_sphinx
if errorlevel 1 exit 1
%PYTHON% setup.py install
 |