Description
Version 0.8.0 of numpydoc supposedly fixed the referencing issue, but in my case it got worse, and I wonder why (related to #114).
With numpydoc v0.6.0
I get the following:
So for instance [Key_2012]: author_year, exactly what I intended to do.
With numpydoc v0.7.0
I get the following:
So it added a '0' to each reference.
But now with numpydoc v0.8.0
I get the following:
I assume that is not as was intended with the bugfix in #136?
Should I change the way I use references, or is this a bug that persists in numpydoc?
I have in readthedocs numpydoc fixed to 0.6.0, but if it helps the complete manual is here: http://empymod.readthedocs.io
Details regarding the build using conda (and pip for sphinxcontrib-napoleon) with Python 3.6:
numpydoc v0.8.0
and numpydoc v0.7.0
:
sphinx 1.7.4; sphinxcontrib 1.0; sphinxcontrib-napoleon 0.6.1.
numpydoc v0.6.0
sphinx 1.6.6; sphinxcontrib 1.0; sphinxcontrib-napoleon 0.6.1.