From a1dce8e50e2a5f2eb7d2849507ba0a1b2ade4cbb Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Thu, 5 Mar 2020 13:05:34 +0100 Subject: [PATCH] config: use doc agnostic paths for images Allow files like messaging .rst to be included without having to copy the images. --- doc/api/messaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/messaging.rst b/doc/api/messaging.rst index d3eb783..571740b 100644 --- a/doc/api/messaging.rst +++ b/doc/api/messaging.rst @@ -10,7 +10,7 @@ Introductory text. An example network is shown in :numref:`fig_messaging`. .. _fig_messaging: -.. figure:: images/messaging_label.png +.. figure:: ../api/images/messaging_label.png :width: 90 % :alt: messaging :align: center