summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.5.3 finalv1.5.3Takeshi KOMIYA2017-02-261-2/+2
* Merge pull request #3455 from shibukawa/fix-again/epub-nbsp-issueTakeshi KOMIYA2017-02-261-4/+4
|\
| * Fix &nbsp is appeared in EPUB docs #3450 againYoshiki Shibukawa2017-02-261-4/+4
* | Fix #3421: Could not translate a caption of tablesTakeshi KOMIYA2017-02-261-1/+38
* | Fix #3400: make-mode don't use subprocess on building docsTakeshi KOMIYA2017-02-251-15/+7
* | Fix Search button is misaligned in nature and pyramid theme (refs: #3418)Takeshi KOMIYA2017-02-252-0/+8
|/
* Merge pull request #3452 from shibukawa/fix/epub-validation-errorTakeshi KOMIYA2017-02-241-1/+16
|\
| * fix #3450: &nbsp is appeared in EPUB docsYoshiki Shibukawa2017-02-241-1/+16
* | move a definition to top of LaTeX file, as it may be used soonerjfbu2017-02-231-14/+15
|/
* Merge pull request #3162 from jfbu/fixreturnFrenchtranslationJean-François B2017-02-221-2/+2
|\
| * Modify French translation of ``return``jfbu2016-11-191-2/+2
* | Fix IndexBuilder.prune() and load() supports _filenames fieldTakeshi KOMIYA2017-02-211-0/+4
* | Fix IndexBuilder.prune() takes docnames as a argumentTakeshi KOMIYA2017-02-201-7/+7
* | Fix #3349: Result of ``IndexBuilder.load()`` is brokenTakeshi KOMIYA2017-02-201-1/+1
* | add deprecation helper to LaTeX style file (and fixes #3428)jfbu2017-02-171-5/+32
* | Fix #3427: autodoc: memory addresses are not stripped on WindowsTakeshi KOMIYA2017-02-171-1/+1
* | Fix #3410: return code in :confval:`release` breaks html searchTakeshi KOMIYA2017-02-151-1/+4
* | Fix #3366: option directive does not allow punctuationsTakeshi KOMIYA2017-02-151-1/+1
* | Fix parselinenos() could not parse left half open range (cf. "-4")Takeshi KOMIYA2017-02-121-5/+8
* | latex's ``'pxunit'``'s default written ``.75bp`` for concisenessjfbu2017-02-091-1/+1
* | add to latex text layout dimension computations for Japanese documentsjfbu2017-02-071-0/+8
* | Merge pull request #3399 from pashango2/stableTakeshi KOMIYA2017-02-071-1/+4
|\ \
| * | Fixed bug that conf.py was not overwritten by templatepashango22017-02-071-1/+4
* | | Merge branch 'stable' into japanesetextlayoutJean-François B2017-02-061-2/+5
|\ \ \
| * | | Fix #3392: "releasename" in latex_elements is not workingjfbu2017-02-051-2/+5
| |/ /
* | | correct missing {} in sphinx.styjfbu2017-02-061-5/+6
* | | allow user to pass option nomag to jsbook LaTeX classjfbu2017-02-051-1/+3
* | | no need to pass truedimen as class option, package option is enoughjfbu2017-02-052-5/+5
* | | Fix #3356 and #3394 (latex) text layout of Japanese documentsjfbu2017-02-053-11/+57
|/ /
* | Fix: since 1.5, PDF's TOC and bookmarks lack an entry for general Indexjfbu2017-02-021-1/+3
* | Refactor quickstartTakeshi KOMIYA2017-01-311-1/+1
* | Fix #3364: sphinx-quickstart prompts overflow on Console with 80 chars widthTakeshi KOMIYA2017-01-291-3/+6
* | Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA2017-01-291-11/+26
* | Fix LaTeX: :confval:`release` is not escaped (refs: #3362)Takeshi KOMIYA2017-01-281-3/+3
* | Fix #3370: the caption of code-block is not picked up for translationTakeshi KOMIYA2017-01-261-2/+2
* | Bump versionTakeshi KOMIYA2017-01-221-3/+3
* | Bump to 1.5.2 finalv1.5.2Takeshi KOMIYA2017-01-221-2/+2
* | more precise comments in Sphinx latex style filejfbu2017-01-211-15/+20
* | Fix flake8 violation.jfbu2017-01-211-1/+1
* | LaTeX, pass dvipdfm option to geometry package for Japanese documentsjfbu2017-01-211-0/+2
* | Fix #3285: autosummary: asterisks are escaped twiceTakeshi KOMIYA2017-01-211-1/+0
* | Fix #3295: Could not import extension sphinx.builders.linkcheckTakeshi KOMIYA2017-01-201-4/+3
* | Oops, fix key error on refexplicitJakob Lykke Andersen2017-01-161-1/+1
* | Fix inline math issues inside parsed-literal for LaTeXjfbu2017-01-162-20/+23
* | More powerful parsed-literal for LaTeX outputjfbu2017-01-163-16/+29
* | Fix #3308: Parsed-literals don't wrap very long lines with pdf builderjfbu2017-01-162-3/+65
* | Merge branch 'stable' into adjust_space_after_captionsTakeshi KOMIYA2017-01-163-21/+28
|\ \
| * | Fix #3234: intersphinx failed for encoded inventoriesTakeshi KOMIYA2017-01-161-0/+4
| * | Merge pull request #3341 from jfbu/doublequotesJean-François B2017-01-151-1/+4
| |\ \
| | * | Fix flake8 violationjfbu2017-01-141-4/+4