From 4dd729b05a598cb6101c08876bd080245c41f93c Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:51:52 +0100 Subject: [PATCH] DOC: Clearer wording for the installation of external dependencies I've stumbled over this when reading the instructions. While this is in the section "Install external dependencies", I was unclear whether that link would go to / cover the whole doc dependencies. Stating that these are only the "external tools for the documentation build" is a bit clearer. --- doc/devel/development_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index cffda17939a7..14a11add45b9 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -211,7 +211,7 @@ Additionally, the following non-Python dependencies must also be installed local .. rst-class:: checklist * :ref:`c++ compiler` -* :ref:`documentation build dependencies ` +* :ref:`external tools used by the documentation build ` For a full list of dependencies, see :ref:`dependencies`. External dependencies do not