diff options
| author | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-17 11:55:34 +0200 |
|---|---|---|
| committer | Kushal Das <mail@kushaldas.in> | 2019-05-17 15:25:34 +0530 |
| commit | cbb6484573ae2058e55614b28d73b0c8478f9a70 (patch) | |
| tree | 2279089fb2343dd0a23262c8f69a30cf6e56bce6 /Doc/using | |
| parent | fed02e15b39b6f1521ea21654be5fc0757a8720a (diff) | |
| download | cpython-git-cbb6484573ae2058e55614b28d73b0c8478f9a70.tar.gz | |
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/using')
| -rw-r--r-- | Doc/using/cmdline.rst | 2 | ||||
| -rw-r--r-- | Doc/using/unix.rst | 2 | ||||
| -rw-r--r-- | Doc/using/windows.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 5ae3cc808b..87af7e8be1 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1,4 +1,4 @@ -.. highlightlang:: sh +.. highlight:: sh .. ATTENTION: You probably should update Misc/python.man, too, if you modify this file. diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 31cf87c66f..021f0d35a8 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -1,4 +1,4 @@ -.. highlightlang:: sh +.. highlight:: sh .. _using-on-unix: diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 1f8eb16e50..44b646fddf 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1,4 +1,4 @@ -.. highlightlang:: none +.. highlight:: none .. _using-on-windows: |
