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/library/site.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/library/site.rst')
-rw-r--r-- | Doc/library/site.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index dfc40d1..9e4d402 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -8,7 +8,7 @@ -------------- -.. highlightlang:: none +.. highlight:: none **This module is automatically imported during initialization.** The automatic import can be suppressed using the interpreter's :option:`-S` option. |