[3.0.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.

Backport of 678f958ef9 from master
This commit is contained in:
Mariusz Felisiak 2020-04-06 08:05:02 +02:00
parent 042c19cbd0
commit f425835cbe
4 changed files with 7 additions and 7 deletions

View file

@ -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.).