summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/language_data.js_t
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵James Addison2023-04-231-0/+26
| | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47.
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-26/+0
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Happy New Year!Adam Turner2023-01-011-1/+1
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* language_data.js_t: Move endif to the right placeDmitry Shachnev2021-02-121-1/+2
|
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
|
* Move language-specific data into a new JS file, language_data.jsDmitry Shachnev2018-11-041-0/+25
This file is included in script_files, so it will be present even for projects using custom templates. Fixes #5460.