Change link format of numpydoc (as dependencies)

This commit fixes these warnings.

```
src/xonsh/docs/devguide.rst:430: WARNING: Duplicate explicit target name: "numpydoc".
src/xonsh/docs/devguide.rst:107: WARNING: Duplicate target name, cannot be used as a unique reference: "numpydoc".
src/xonsh/docs/devguide.rst:263: WARNING: Duplicate target name, cannot be used as a unique reference: "numpydoc".
```
This commit is contained in:
virus 2019-03-13 01:18:21 +09:00
parent 8b5c7df8d4
commit d9c7360dea

View file

@ -327,7 +327,7 @@ Building the website/documentation requires the following dependencies:
#. `Sphinx <http://sphinx-doc.org/>`_
#. `Cloud Sphinx Theme <https://cloud-sptheme.readthedocs.io/>`_
#. `numpydoc <https://numpydoc.readthedocs.io/>`_
#. `numpydoc <https://numpydoc.readthedocs.io/>`__
Note that xonsh itself needs to be installed too.