summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.3.4 finalv1.3.4shimizukawa2016-01-122-5/+5
* 95 chars in line. It was warned by `make check`.shimizukawa2016-01-123-6/+12
* accept 95 chars including CRLF. It is same as flake8 check.shimizukawa2016-01-121-1/+1
* tiny fixshimizukawa2016-01-121-1/+1
* remove a duplicated line in CHANGES.shimizukawa2016-01-121-1/+0
* Fix warnings in CHANGES and docsTakeshi KOMIYA2016-01-126-15/+15
* Fix #2229, any-role and ``-W`` option are conflictedTakeshi KOMIYA2016-01-124-29/+4
* Fix broken test by bba3f388e96bac2b106d89d51367d2974f70f49cTakeshi KOMIYA2016-01-121-0/+9
* Fix #2229: No warning is given for unknown optionsTakeshi KOMIYA2016-01-114-0/+21
* Fix #1601, #2220: 'any' role breaks extended domains behavior. Affected exten...shimizukawa2016-01-102-1/+4
* Switch links for pdf version documentation to on ReadTheDocs.shimizukawa2016-01-101-4/+4
* Remove version specific installation procedure and link to stable/latest docu...shimizukawa2016-01-101-8/+0
* Fix #2226: Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)Takeshi KOMIYA2016-01-105-4/+25
* Refactoring testcases to reduce ResourceWarning (refs: #1409)Takeshi KOMIYA2016-01-102-7/+13
* Fix #2225: If the option does not begin with dash, linking is not performedTakeshi KOMIYA2016-01-095-25/+47
* Fix #2062: Escape characters in doctests are treated incorrectly with Python 2shimizukawa2016-01-093-13/+12
* fix testing for text builder that generate _build/text/_build/text/_build/......shimizukawa2016-01-0925-0/+26
* Fix #2198,#2205: ``make gettext`` generate broken msgid for definition lists....shimizukawa2016-01-095-11/+40
* Fix ``p`` is always used for table spec (refs #1580)Takeshi KOMIYA2016-01-091-2/+2
* Update CHANGES for #2172Takeshi KOMIYA2016-01-091-1/+1
* Fix #2172: Dysfunctional admonition \py@lightbox in sphinx.styTakeshi KOMIYA2016-01-092-10/+10
* Update CHANGES for PR #2160Takeshi KOMIYA2016-01-081-0/+1
* Merge pull request #2160 from misery/tocTakeshi KOMIYA2016-01-085-2/+49
|\
| * Fix broken TOC of PDFs if section includes an imageAndré Klitzing2016-01-085-2/+49
* | Fix Sphinx crashes if mecab initialization failedTakeshi KOMIYA2016-01-082-2/+6
* | Fix indentationTakeshi KOMIYA2016-01-081-1/+1
* | Fix #1807: Sphinx crashes in japanese indexing in some systems.Natsuki Maruyama2016-01-082-1/+7
* | Revert search/ja.pyTakeshi KOMIYA2016-01-081-5/+0
* | Add testcase for #1860Takeshi KOMIYA2016-01-082-0/+27
* | Fix #1860: Man page using :samp: with braces - font doesn't resetTakeshi KOMIYA2016-01-082-0/+31
* | Fix #1366: centered image not centered in latexTakeshi KOMIYA2016-01-072-3/+4
* | Fix #1900: BuildEnvironment.srcdir documentation gives false informationTakeshi KOMIYA2016-01-071-1/+5
* | Fix #1580: Paragraphs in longtable don't work in Latex outputTakeshi KOMIYA2016-01-072-0/+3
|/
* Sort attributes in inheritance diagrams.Elliott Sales de Andrade2016-01-061-2/+2
* Fix #2072: Footnotes in chapter-titles do not appear in PDF outputTakeshi KOMIYA2016-01-064-17/+24
* Fix broken testcase; Split test-toctree-maxdepth from test-tocdepthTakeshi KOMIYA2016-01-067-3/+73
* Use document['tocdepth'] instead of document.setting.tocdepthTakeshi KOMIYA2016-01-062-4/+4
* fix over 90 columnsshimizukawa2016-01-061-2/+4
* Fix #1820: On Windows, console coloring is broken with colorama version 0.3.3...shimizukawa2016-01-062-2/+5
* Fix #771: latex output doesn't set tocdepthTakeshi KOMIYA2016-01-065-1/+48
* Fix #1408: Check latex_logo validity before copyingTakeshi KOMIYA2016-01-053-2/+17
* Fix typo in READMETakeshi KOMIYA2016-01-051-1/+1
* Refactor GroupedField.make_field()Takeshi KOMIYA2016-01-051-9/+3
* Fix #2125: unifies behavior of collapsed fields (`GroupedField` and `TypedFie...Takeshi KOMIYA2016-01-051-0/+1
* [tests] beautify collapsed grouped fieldMaximilian Köhl2016-01-051-2/+2
* beautify collapsed grouped fieldMaximilian Köhl2016-01-051-1/+8
* Fix #1894: Unlisted phony targets in quickstart MakefileTakeshi KOMIYA2016-01-042-3/+27
* Fix broken tests by 7bb685bbe97824bc2c65bf8cb1d7ac38e5f91cd4Takeshi KOMIYA2016-01-032-2/+4
* Fix #2197: Slightly cryptic error message for missing index.rst fileTakeshi KOMIYA2016-01-033-2/+14
* Fix #1815: linkcheck does not raise an exception if warniserror set to true a...Takeshi KOMIYA2016-01-033-4/+7