diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-06 08:05:02 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-07 09:48:52 +0200 |
| commit | 678f958ef972bf9be402332537149ca0884035ba (patch) | |
| tree | b01944ce321b640a1083255023b94dac911c0fa3 /docs/ref | |
| parent | a4e4737cf36f3ba6f526587f2656cf4be64b91bf (diff) | |
Fixed highlightlang deprecation warning on Sphinx 1.8+.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/language.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt index 84454aa391..319e65b52e 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.). |
