diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-17 09:55:34 (GMT) |
---|---|---|
committer | Kushal Das <mail@kushaldas.in> | 2019-05-17 09:55:34 (GMT) |
commit | cbb6484573ae2058e55614b28d73b0c8478f9a70 (patch) | |
tree | 2279089fb2343dd0a23262c8f69a30cf6e56bce6 /Doc/c-api/abstract.rst | |
parent | fed02e15b39b6f1521ea21654be5fc0757a8720a (diff) | |
download | cpython-cbb6484573ae2058e55614b28d73b0c8478f9a70.zip cpython-cbb6484573ae2058e55614b28d73b0c8478f9a70.tar.gz cpython-cbb6484573ae2058e55614b28d73b0c8478f9a70.tar.bz2 |
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
Diffstat (limited to 'Doc/c-api/abstract.rst')
-rw-r--r-- | Doc/c-api/abstract.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/abstract.rst b/Doc/c-api/abstract.rst index ad53881..0edd1d5 100644 --- a/Doc/c-api/abstract.rst +++ b/Doc/c-api/abstract.rst @@ -1,4 +1,4 @@ -.. highlightlang:: c +.. highlight:: c .. _abstract: |