From cbb6484573ae2058e55614b28d73b0c8478f9a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Fri, 17 May 2019 11:55:34 +0200 Subject: Doc: Replace the deprecated highlightlang directive by highlight. (#13377) highlightlang is deprecated since April 2018 in Sphinx. See https://github.com/sphinx-doc/sphinx/pull/4845 --- Doc/howto/clinic.rst | 2 +- Doc/howto/cporting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/howto') diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index 5b2457a168..cfd9f2e407 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -1,4 +1,4 @@ -.. highlightlang:: c +.. highlight:: c ********************** Argument Clinic How-To diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst index b638e32f5d..ce7700fc59 100644 --- a/Doc/howto/cporting.rst +++ b/Doc/howto/cporting.rst @@ -1,4 +1,4 @@ -.. highlightlang:: c +.. highlight:: c .. _cporting-howto: -- cgit v1.2.1