From 28a82916e097ce3aec60b6af7052ba792b38a670 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 8 Apr 2022 15:13:38 +0200
Subject: [PATCH] L2SS-685: documentation fix

---
 tangostationcontrol/docs/source/alerting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/docs/source/alerting.rst b/tangostationcontrol/docs/source/alerting.rst
index 2f0909f5a..032bcd379 100644
--- a/tangostationcontrol/docs/source/alerting.rst
+++ b/tangostationcontrol/docs/source/alerting.rst
@@ -137,7 +137,7 @@ Our Alerta setup is configured to send alerts to Slack. To set this up, you need
 
 Now, edit ``docker-compose/alerta-web/alerta-secrets.json``:
 
-.. literal-include:: ../../../docker-compose/alerta-web/alerta-secrets.json
+.. literalinclude:: ../../../docker-compose/alerta-web/alerta-secrets.json
 
 The ``SLACK_TOKEN`` is the ``OAuth Token``, and the ``SLACK_CHANNEL`` is the channel in which to post the alerts.
 
-- 
GitLab