From 039855189463db622132e380600a102e0c90326e Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 27 Feb 2019 09:11:25 +0100
Subject: [PATCH] [doc] Fix doc generation (no crontab lexer for pygments)

---
 doc/macos.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/macos.rst b/doc/macos.rst
index bb84e716..ac562665 100644
--- a/doc/macos.rst
+++ b/doc/macos.rst
@@ -111,7 +111,7 @@ Running regular updates
 We recommend that the CI machine to have homebrew and installed pip packages
 updated regularly (once a week).  To do so, setup a cronjob like the following:
 
-.. code-block:: crontab
+.. code-block:: text
 
    MAILTO=you@example.com
    SHELL=/bin/bash
-- 
GitLab