summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-06 08:05:02 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-02 10:57:25 +0200
commit79baf338aef2ac21d3d29ee56e85f69678eef1a1 (patch)
tree2609f9b751d0eade5d998652740d086c5bbfa40a /docs/ref
parent151a83e92c1a457baf028160ed9191405b869df6 (diff)
[2.2.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.
Backport of 678f958ef972bf9be402332537149ca0884035ba from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/language.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt
index 1287f012c2..540d6538f8 100644
--- a/docs/ref/templates/language.txt
+++ b/docs/ref/templates/language.txt
@@ -34,7 +34,7 @@ or Jinja2_, you should feel right at home with Django's templates.
Templates
=========
-.. highlightlang:: html+django
+.. highlight:: html+django
A template is simply a text file. It can generate any text-based format (HTML,
XML, CSV, etc.).