summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch.cancerhermit/fix-override-extensions-in-configpy-1375648717102Georg Brandl2013-09-160-0/+0
* override extensions in config.pycancerhermit2013-08-041-0/+2
* support parallel testing with detoxshimizukawa2013-07-272-14/+21
* Add test for docutils.conf and prevent 'html4css1.css' missing warning.shimizukawa2013-07-275-0/+129
* Add some URLs to example list.shimizukawa2013-07-271-0/+13
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.shimizukawa2013-07-265-4/+10
* add docutils-0.11 for testingshimizukawa2013-07-251-1/+6
* for testing: change docutils version spec 0.10.0 -> 0.10shimizukawa2013-07-251-1/+1
* fix: broken document format (rst)shimizukawa2013-07-141-1/+1
* Merged in ericholscher/sphinx (pull request #150)Takayuki Shimizukawa2013-07-125-2/+146
|\
| * Fix i18n: gettext did not translate admonition directive's title. Closes #1206shimizukawa2013-07-035-2/+146
* | Add link to referenced docutils docs.Eric Holscher2013-07-111-1/+2
* | Add documentation to the undocumented builder methods.Eric Holscher2013-07-021-0/+2
* | Add a link to a blog post explaining docutils Writers/TranslatorsEric Holscher2013-07-021-0/+2
|/
* Merged in rolmei/sphinx-epub (pull request #148)Takayuki Shimizukawa2013-07-016-110/+170
|\
| * Fix ZeroDivisionError in Parallel Builds. Thanks to tychoish. Closes #1172shimizukawa2013-07-011-0/+1
| * Merged in tychoish/sphinx (pull request #146)Takayuki Shimizukawa2013-07-011-0/+2
| |\
| | * Merged in tychoish/sphinx-1/tychoish/removed-version-change-1372634421412 (pu...tychoish2013-06-301-2/+2
| | |\
| | | * removed version changetychoish2013-06-301-2/+2
| | |/
| | * resolve issue \#1172: don't divide by zerogaren2013-06-102-2/+4
| * | Fix i18n: footnote reference number missing for auto numbered named footnote ...shimizukawa2013-06-215-26/+58
| * | test improvementshimizukawa2013-06-211-86/+111
* | | Merged birkenfeld/sphinx into defaultRoland Meister2013-06-199-16/+46
|\ \ \ | |/ / |/| |
| * | Add epub_guide entry to doc/conf.pyRoland Meister2013-06-191-0/+1
| * | Rename title of the epub cover guideRoland Meister2013-06-191-1/+1
| * | Remove ids from copied todo directives; they are no longer unique in the todo...Roland Meister2013-06-191-1/+3
| * | More docs cleanup; add hint for the epub cover pageRoland Meister2013-06-072-5/+9
| * | Adjust docs about inline URLs for the epub builderRoland Meister2013-06-062-5/+3
| * | Change algorithm for EpubBuilder.make_idRoland Meister2013-06-061-3/+8
| * | Clarify docs for the format and builder tagsRoland Meister2013-06-061-6/+7
| * | Make navPoint ids unique in toc.ncxRoland Meister2013-04-291-1/+3
| * | Added XHTML 1.1 document declaration to epub builderRoland Meister2013-04-291-0/+4
| * | Add the builder name as predefined tag for the only directive.Roland Meister2013-04-252-2/+15
* | | fix: translation mechanism break label target if label and section name are s...shimizukawa2013-06-194-4/+171
* | | test_intl:external_link test case correction to fit to reST syntax.shimizukawa2013-06-183-16/+16
* | | fix: keep reference if link refname was translated. refs #1193shimizukawa2013-06-193-15/+77
* | | fix: Duplicated section name will cause crash. refs #1193shimizukawa2013-06-171-2/+3
* | | update commentshimizukawa2013-06-171-2/+2
* | | Fix: Multiple references in the same line return the same link with i18n. Clo...shimizukawa2013-06-175-85/+140
* | | add tests for "multiple cross references in the same line return the same lin...shimizukawa2013-06-164-16/+62
* | | Fix multiple cross references (term, ref, doc) in the same line return the sa...shimizukawa2013-06-166-37/+152
* | | change: now XMLBuilder.get_target_uri() return docname to keep reference info...shimizukawa2013-06-161-1/+1
* | | Fix again. Remove the effect of DST changing by the execution time difference...shimizukawa2013-06-151-2/+4
* | | Force timezone offset to LocalTimeZone on POT-Creation-Date that was generate...shimizukawa2013-06-132-13/+14
* | | refactoring: 'tmpdir' rename to 'tempdir' that is same name in other places.shimizukawa2013-06-131-6/+6
* | | Fix: Output TeX/texinfo/man filename has no basename (only extention) when us...shimizukawa2013-06-133-1/+25
* | | fix typo ;)shimizukawa2013-06-131-1/+1
* | | fix for unicode object syntax. ur'' is meaningless.shimizukawa2013-06-131-4/+4
| |/ |/|
* | fix typo :)shimizukawa2013-06-111-1/+1
* | Fix "Title underline is short" WARNING is given when using fullwidth characte...shimizukawa2013-06-093-2/+39