summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex...Takayuki Shimizukawa2014-07-131-2/+3
* Fix: In python3 environment, make linkcheck cause "Can't convert 'bytes'Takayuki Shimizukawa2014-05-041-1/+5
* Fix long lines.Georg Brandl2014-03-021-1/+2
* Fix 'make gettext' fails when the '.. todolist::' directive is present. Close...Takayuki Shimizukawa2014-03-021-0/+3
* Update copyright year.Georg Brandl2014-03-0115-15/+15
* updates per Georg Brandl:Viktor Haag2014-01-201-2/+4
* address issue #1352 -- make sure to check for the actual file stored in confi...Viktor Haag2014-01-201-2/+2
* docnames can also be None...Georg Brandl2014-01-191-1/+1
* Closes #1283: Fix a bug in the detection of changed files that would try to a...Georg Brandl2014-01-191-0/+7
* Closes #1292: In the linkchecker, retry HEAD requests when denied by HTTP 405.Georg Brandl2014-01-121-28/+62
* html builder: add missing "done" outputGeorg Brandl2014-01-111-0/+1
* Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-111-0/+1
* Closes #1319: Do not crash if the ``html_logo`` file does not exist.Georg Brandl2014-01-101-1/+3
* Fix ResourceWarnings with Python 3.2 or later. Closes #1269Takayuki Shimizukawa2013-11-171-1/+4
* Closes #1296: Fix invalid charset in HTML help generated HTML files for defau...Georg Brandl2013-10-201-1/+1
* Backed out changeset cfe9e2d11003 refs #1265Takayuki Shimizukawa2013-10-041-8/+1
* Now gettext translates label target name. Fix i18n: crash when using a indire...Takayuki Shimizukawa2013-10-041-1/+8
* Small consistency fix for timestamp tzoffset calculation.Georg Brandl2013-09-161-2/+3
* Fix new html_extra_path option for singlehtml builder.Georg Brandl2013-09-161-0/+1
* Actual implementation.Matthias C. M. Troffaes2013-08-221-0/+12
* Unify usage of os.path/path in EpubBuilder.Roland Meister2013-08-101-2/+2
* Avoid confusing PIL warning for vector graphics (epub builder).Roland Meister2013-08-101-2/+10
* Unify exceptions caught in EpubBuilder.copy_image_filesRoland Meister2013-08-101-2/+2
* Sphinx generates broken ePub on Windows. Closes #1232Takayuki Shimizukawa2013-08-101-0/+2
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.Takayuki Shimizukawa2013-07-264-4/+8
* Add documentation to the undocumented builder methods.Eric Holscher2013-07-021-0/+2
* Merged in rolmei/sphinx-epub (pull request #148)Takayuki Shimizukawa2013-07-012-5/+15
|\
| * Merged birkenfeld/sphinx into defaultRoland Meister2013-06-194-5/+25
| |\
| * | Rename title of the epub cover guideRoland Meister2013-06-191-1/+1
| * | Change algorithm for EpubBuilder.make_idRoland Meister2013-06-061-3/+8
| * | Make navPoint ids unique in toc.ncxRoland Meister2013-04-291-1/+3
| * | Add the builder name as predefined tag for the only directive.Roland Meister2013-04-251-0/+3
* | | Merged in tychoish/sphinx (pull request #146)Takayuki Shimizukawa2013-07-011-0/+2
|\ \ \ | |_|/ |/| |
| * | resolve issue \#1172: don't divide by zerogaren2013-06-101-0/+2
* | | change: now XMLBuilder.get_target_uri() return docname to keep reference info...Takayuki Shimizukawa2013-06-161-1/+1
* | | Fix again. Remove the effect of DST changing by the execution time difference...Takayuki Shimizukawa2013-06-151-2/+4
* | | Force timezone offset to LocalTimeZone on POT-Creation-Date that was generate...Takayuki Shimizukawa2013-06-131-11/+12
|/ /
* | Merged in tychoish/sphinx (pull request #145)Takayuki Shimizukawa2013-06-051-1/+0
|\ \
| * | fixing issue in parallel builds, sphinx drops second docSam Kleinman2013-05-291-1/+0
| |/
* | Merged in mitya57/sphinx (pull request #139)Takayuki Shimizukawa2013-06-041-0/+1
|\ \
| * | SingleHtml builder now calls write_doc_serialized(). Closes #1162.Dmitry Shachnev2013-05-051-0/+1
| |/
* | add CHANGES for pot-creation-date format. Closes #1182Takayuki Shimizukawa2013-06-041-1/+0
* | Add +0000 to POT-Creation-Datemasklinn2013-05-281-2/+20
|/
* Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 enc...Takayuki Shimizukawa2013-04-131-1/+1
* Fix: although template file did not have translation string, 'makee gettext' ...Takayuki Shimizukawa2013-04-131-3/+1
* Merged in rolmei/sphinx-epub (pull request #129)Roland Meister2013-04-081-9/+65
|\
| * Merge with birkenfeld/sphinxRoland Meister2013-04-036-32/+178
| |\
| * | 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-111-2/+33