summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* Update warning message (refs: #3524)Takeshi KOMIYA2017-05-071-3/+5
* Fix flake8 violationTakeshi KOMIYA2017-05-071-1/+0
* Stop enforcing that favicon's must be .icoNathaniel J. Smith2017-05-071-2/+0
* Fix #3657: EPUB builder crashes if document startswith genindex existsTakeshi KOMIYA2017-04-271-1/+1
* Merge pull request #3518 from agjohnson/fix-singlehtml-empty-toctreeTakeshi KOMIYA2017-03-291-1/+2
|\
| * Allow empty toctree in singlehtml builderAnthony Johnson2017-03-051-1/+2
* | Year++Takeshi KOMIYA2017-03-2616-16/+16
* | Fix #3552: linkcheck raises UnboundLocalErrorTakeshi KOMIYA2017-03-181-1/+3
|/
* Merge pull request #3490 from shibukawa/fix/pot_creation_dateTakayuki SHIMIZUKAWA2017-03-021-23/+44
|\
| * fix gettext builder that writes pot files unless the content are same without...Yoshiki Shibukawa2017-03-021-23/+44
* | Fix #3488: objects.inv has broken when ``release`` or ``version`` contain ret...Takeshi KOMIYA2017-03-021-1/+5
|/
* epub has duplicated nav.xhtml link except first timeYoshiki Shibukawa2017-02-271-1/+1
* Fix #3410: return code in :confval:`release` breaks html searchTakeshi KOMIYA2017-02-151-1/+4
* Fix #3295: Could not import extension sphinx.builders.linkcheckTakeshi KOMIYA2017-01-201-4/+3
* refs #3329: emit warnings if po file is invalid and can't read it. Also writi...shimizukawa2017-01-131-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* Fix flake8 violationsTakeshi KOMIYA2017-01-126-22/+22
* Fix code stylesTakeshi KOMIYA2017-01-121-1/+1
* Merge pull request #3251 from tk0miya/refactor_latex_builderTakeshi KOMIYA2016-12-241-8/+19
|\
| * LaTeX builder: Refactor the default settings generators (refs: #3244)Takeshi KOMIYA2016-12-161-8/+19
* | Fix #3261: ``latex_use_parts`` makes sphinx crashTakeshi KOMIYA2016-12-191-1/+1
|/
* builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-1217-0/+102
* Fix #3214: Allow to suppress "unknown mimetype" warnings from epub builderTakeshi KOMIYA2016-12-111-1/+2
* Fix #3204: Fix typoTakeshi KOMIYA2016-12-101-1/+1
* Merge pull request #3156 from tk0miya/3095_tls_cacertsTakeshi KOMIYA2016-11-201-6/+5
|\
| * Fix #3095: Add tls_verify and tls_cacerts to support self-signed serversTakeshi KOMIYA2016-11-171-6/+5
* | Fix HTML helper method should set up in handle_page()Takeshi KOMIYA2016-11-181-1/+1
* | Fix #2986: ``themes/basic/defindex.html`` is now deprecatedTakeshi KOMIYA2016-11-181-0/+1
* | Remove return syntax if retval is unexpectedTakeshi KOMIYA2016-11-171-1/+1
* | Remove meaningless commasTakeshi KOMIYA2016-11-171-2/+2
|/
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-162-0/+2
|\
| * insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-164-0/+4
* | Allow skipping anchor checking by regexDarragh Bailey2016-10-271-4/+10
* | Fix #2990: linkcheck raises "Can't convert 'bytes' object to str implicitly" ...Hiroaki Itoh2016-10-061-1/+2
* | Fix #3008: ``linkcheck`` builder ignores self-signed certificate URLTakeshi KOMIYA2016-10-061-3/+9
* | Fix #2988: linkcheck: retry with GET request if denied HEAD requestTakeshi KOMIYA2016-10-041-11/+9
* | Fix #2983: Rename ``epub3_description`` and ``epub3_contributor`` to ``epub_d...Takeshi KOMIYA2016-10-011-19/+29
* | Merge pull request #2966 from tk0miya/2877_rename_footerTakeshi KOMIYA2016-09-211-0/+9
|\ \
| * | Fix #2877: Rename ``latex_elements['footer']`` to ``latex_elements['postpream...Takeshi KOMIYA2016-09-171-0/+9
* | | Fix #2550: external links are opened in help viewerTakeshi KOMIYA2016-09-181-0/+8
|/ /
* | Fix #2919: Drop py26 supportTakeshi KOMIYA2016-09-151-17/+4
* | fix CHANGES and documentYoshiki Shibukawa2016-09-031-3/+3
* | Add warning when conf.py uses deprecated epub3_page_progression_direction optionYoshiki Shibukawa2016-09-031-0/+8
* | Epub3Builder supports vertical writing modeYoshiki Shibukawa2016-09-031-3/+33
* | epub builder: ignore autogenerated files by OSYoshiki Shibukawa2016-09-011-0/+1
* | epub-validator doesn't allow # (and #top).Yoshiki Shibukawa2016-09-012-0/+5
* | Merge pull request #2878 from tk0miya/2874_gettext_builder_should_ignore_only...Takeshi KOMIYA2016-08-311-0/+12
|\ \
| * | Fix #2874: gettext builder could not extract all text under the ``only`` dire...Takeshi KOMIYA2016-08-271-0/+12
* | | fix: #1604 epubs in iBooks don't obey font-related CSSYoshiki Shibukawa2016-08-301-1/+6
|/ /
* | Merge branch 'stable'Takeshi KOMIYA2016-08-272-3/+31
|\ \ | |/