[Numpy-discussion] numpydoc.traitsdoc error

Ralf Gommers ralf.gommers at googlemail.com
Sat Mar 24 17:39:02 EDT 2012


On Sat, Mar 24, 2012 at 6:58 PM, Brad Buran <bburan at cns.nyu.edu> wrote:

> Not sure if this is the appropriate place to report the issue, but
> I've been getting the following error when trying to build my docs
> using Sphinx 1.1.3:
>
>  File "C:\Python27\lib\site-packages\numpydoc\numpydoc.py", line 36,
> in mangle_docstrings
>    doc = get_doc_object(obj, what, u"\n".join(lines), config=cfg)
> TypeError: get_doc_object() got multiple values for keyword argument
> 'config'
>
> Full traceback is attached.  Is anyone else having a similar issue?
>
> To determine if the problem is in your toolchain or in your code, you can
try to build the numpy docs. I just checked that they build for me with
Sphinx 1.1.3. If you have numpy installed, simply type "make html" or "make
latex" in the doc/ dir.

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120324/a405b976/attachment.html>


More information about the NumPy-Discussion mailing list