From 560ed3e34fb667f7100284241caaa77f3f95c660 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 2 Oct 2020 22:38:29 -0400 Subject: [PATCH] docs: fix odd spacing --- docs/changelog.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 33a3206e0..1b022b9fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -113,8 +113,6 @@ Smaller or developer focused features: * Moved ``mkdoc.py`` to a new repo, `pybind11-mkdoc`_. -.. _pybind11-mkdoc: https://github.com/pybind/pybind11-mkdoc - * If ``__eq__`` defined but not ``__hash__``, ``__hash__`` is now set to ``None``. `#2291 `_ @@ -174,6 +172,7 @@ Smaller or developer focused features: .. _pre-commit: https://pre-commit.com +.. _pybind11-mkdoc: https://github.com/pybind/pybind11-mkdoc v2.5.0 (Mar 31, 2020) -----------------------------------------------------