Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #1921: Support figure substitutions by locale | Takeshi KOMIYA | 2016-02-22 | 1 | -1/+32 | |
| | ||||||
* | Fix ValueError is raised if LANGUAGE is empty string | Takeshi KOMIYA | 2016-02-17 | 1 | -1/+4 | |
| | ||||||
* | Fix #794: Date formatting in latex output is not localized | Takeshi KOMIYA | 2016-02-14 | 1 | -0/+18 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Refactoring testcases to reduce ResourceWarning (refs: #1409) | Takeshi KOMIYA | 2016-01-10 | 1 | -1/+2 | |
| | ||||||
* | Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError. | shimizukawa | 2015-07-25 | 1 | -4/+4 | |
| | ||||||
* | rename function name to avoid ambiguous | shimizukawa | 2015-03-16 | 1 | -9/+9 | |
| | ||||||
* | Fixed #1771: automated .mo building doesn't work properly with template ↵ | shimizukawa | 2015-03-16 | 1 | -4/+4 | |
| | | | | translation: sphinx-build will load sphinx.mo file to initialize template-bridge before compiling sphinx.po file. | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | ||||||
* | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -163/+163 | |
| | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | |||||
* | Automatically compile ``*.mo`` files from ``*.po`` files. | Takayuki Shimizukawa | 2014-08-03 | 1 | -0/+163 | |