Comment 2 for bug 685180

Revision history for this message
Matthias Klose (doko) wrote :

scikit-learn

: # Build Documentation
export PYTHONPATH=`/bin/ls -d $PWD/build/lib.*2.6` MPLCONFIGDIR=/build/buildd/scikit-learn-0.4/build HOME=/build/buildd/scikit-learn-0.4/build; \
  cd doc; /usr/bin/make html
make[2]: Entering directory `/build/buildd/scikit-learn-0.4/doc'
sphinx-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v1.0.1

Exception occurred:
  File "/build/buildd/scikit-learn-0.4/doc/sphinxext/numpydoc.py", line 136, in get_directive
    raise RuntimeError("No directive named '%s' found" % name)
RuntimeError: No directive named 'function' found
The full traceback has been saved in /tmp/sphinx-err-Indd_S.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make[2]: *** [html] Error 1
make[2]: Leaving directory `/build/buildd/scikit-learn-0.4/doc'