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-04-07 09:49:41 +0200
commitf425835cbec603888ffb461ec0f54ef191ace849 (patch)
tree54bf9915dbcddafadd4641b39cde3a340fee4856 /docs/ref
parent042c19cbd06145be4208c8ffc007912f9bfb3db8 (diff)
[3.0.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 de018c0896..222218b2ad 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 a text file. It can generate any text-based format (HTML, XML,
CSV, etc.).