summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close branch.masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399shimizukawa2013-06-040-0/+0
|
* Add +0000 to POT-Creation-Datemasklinn2013-05-281-2/+20
| | | | | | | | | | | | %z sets an empty string when datetimes are "naive" (no timezone specified), but some packages expect a timezone specifier on the POT-Creation-Date header and will error out if it is missing (e.g. babel's pofile.read_po). Lifted the stdlib's UTC timezone recipe and set this explicitly, it's not the correct timezone but at least it's a timezone. The LocalTimezone recipe might be a better one.
* Fix: Citation target missing cause AssertionError. Closes #1160shimizukawa2013-05-026-0/+14
|
* add OpenCV for EXAMPLESshimizukawa2013-04-301-0/+1
|
* Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. ↵shimizukawa2013-04-303-2/+19
| | | | Closes #1157
* PEP8tify conf.py generated by sphinx-quickstartTakafumi Arakaki2013-04-201-13/+23
|
* Added missing entry in CHANGES.schlamar2013-04-151-0/+1
|
* Rebuild i18n target document when catalog updatedshimizukawa2013-04-154-1/+43
|
* Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 ↵shimizukawa2013-04-133-1/+16
| | | | encoded string.
* Fix: although template file did not have translation string, 'makee gettext' ↵shimizukawa2013-04-131-3/+1
| | | | generate sphinx.pot
* integrate 'translationguide.rst' into 'intl.rst'shimizukawa2013-04-133-271/+230
|
* add MPipe to example (sphinx13 theme)shimizukawa2013-04-131-0/+1
|
* update translation documentshimizukawa2013-04-111-122/+64
|
* Merged in rolmei/sphinx-epub (pull request #129)Roland Meister2013-04-084-12/+74
|\ | | | | | | footnote setting for epub_show urls
| * Add new epub configuration values to CHANGESRoland Meister2013-04-031-2/+7
| |
| * Merge with birkenfeld/sphinxRoland Meister2013-04-033-10/+67
| |\
| | * Add helper function footnote_spot that determins where to put new footnotes.Roland Meister2013-03-111-3/+27
| | |
| | * Introduce _footnote_label_template global variable for customization.Roland Meister2013-03-111-1/+3
| | |
| | * New 'footnote' setting for epub_show_links.Roland Meister2013-03-113-3/+35
| | |
| | * Code cleanup: remove redundant check; move uri formatting into branch.Roland Meister2013-03-111-7/+6
| | |
* | | Use sphinx.util.compat.docutils_version, as suggested by Georg BrandlDmitry Shachnev2013-04-071-3/+2
| | |
* | | manpage writer: write MACRO_DEF only with Docutils < 0.11Dmitry Shachnev2013-04-071-2/+5
| | | | | | | | | | | | (as current docutils >= r7607 writes it itself)
* | | epub: dont warn about .js and .xml filesGeorg Brandl2013-04-071-1/+4
| | |
* | | Add a section about updating locales to the devguide.Georg Brandl2013-04-051-0/+33
| | |
* | | locale update: es, pl, zh_CNGeorg Brandl2013-04-056-33/+37
| | |
* | | pl locale update, thanks to Tawez.Georg Brandl2013-04-032-25/+30
| | |
* | | zh_CH locale update, thanks to Yinian Sun.Georg Brandl2013-04-032-37/+37
|/ /
* | Merged in rolmei/sphinx-epub (pull request #126)Roland Meister2013-04-03192-5944/+9064
|\ \ | |/ |/| | | New option epub_tocscope
| * Merged in knzm/sphinx-sandbox (pull request #127)Takayuki Shimizukawa2013-04-031-25/+29
| |\ | | | | | | | | | Update the draft of Sphinx Document Translation Guide
| | * Update the draft of Sphinx Document Translation GuideNozomu Kaneko2013-04-031-25/+29
| | |
| * | locale update: turkish (thanks Firat Ozgul)Georg Brandl2013-04-023-25/+28
| | |
| * | mergeGeorg Brandl2013-04-028-99/+131
| |\ \ | | |/ | |/|
| | * i18n update from transifex: de and huGeorg Brandl2013-04-027-99/+92
| | |
| | * add transifex client configurationGeorg Brandl2013-04-021-0/+39
| | |
| * | add first draft for sphinx document translationshimizukawa2013-04-032-0/+320
| |/
| * Update German translation.Georg Brandl2013-04-022-39/+36
| |
| * Update Portuguese translation, thanks to Gilberto dos Santos Alves.Georg Brandl2013-04-024-31/+37
| |
| * translate the "Symbols" heading for the genindexGeorg Brandl2013-04-0266-62/+224
| |
| * test suite fixesGeorg Brandl2013-04-012-1/+4
| |
| * Update individual language catalogs and recompile.Georg Brandl2013-04-0195-3780/+5934
| |
| * Compile message catalogs.Georg Brandl2013-04-014-1/+1
| |
| * Update the .pot fileGeorg Brandl2013-04-012-55/+53
| |
| * merge with macagua/sphinxGeorg Brandl2013-04-0110-334/+475
| |\
| | * Updated changelogLeonardo Caballero2013-03-041-0/+5
| | |
| | * Updated Spanish translation. Closes #1118Leonardo Caballero2013-03-042-217/+273
| | |
| | * Added improvements about i18n for themes "basic", "haiku" and "scrolls" that ↵Leonardo Caballero2013-03-0410-122/+204
| | | | | | | | | | | | Sphinx built-in. Closes #1120
| * | Copyright header update.Georg Brandl2013-04-018-9/+9
| | |
| * | tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-0129-56/+52
| | |
| * | Closes #896: use SkipTest in build_latex test if latex is not installedGeorg Brandl2013-04-011-7/+4
| | |
| * | Added tag 1.2b1 for changeset 82674d950698Georg Brandl2013-03-310-0/+0
| | |